From 22906ec0ec9d2913ccd7d93f133cb6111d619ccd Mon Sep 17 00:00:00 2001 From: Auryn Macmillan Date: Tue, 16 Jul 2024 17:24:58 +0200 Subject: [PATCH] bump node version in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675ec06..c81ddc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - uses: actions/cache@v2 with: path: "**/node_modules"