Skip to content

Commit badc97f

Browse files
committed
bump github action node version
1 parent 9e809ec commit badc97f

File tree

5 files changed

+70
-73
lines changed

5 files changed

+70
-73
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup Node version
7878
uses: actions/setup-node@v4
7979
with:
80-
node-version: 16
80+
node-version: 22
8181
cache: 'npm'
8282

8383
- name: 📦 Install dependencies

.vscode-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ module.exports = defineConfig([
77
workspaceFolder: 'test/projects/small',
88
files: 'out/test/**/*.test.js'
99
}
10-
]);
10+
]);

0 commit comments

Comments
 (0)