Skip to content

Commit a369a73

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

File tree

6 files changed

+77
-80
lines changed

6 files changed

+77
-80
lines changed

.github/workflows/ci.yml

+2-2
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
@@ -91,7 +91,7 @@ jobs:
9191
run: npm run build
9292

9393
- name: 🧪 Run tests
94-
uses: GabrielBB/xvfb-action@v1
94+
uses: GabrielBB/xvfb-action@v1.7
9595
env:
9696
PRINT_JDTLS_LOGS: true
9797
with:

.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)