Skip to content

Commit 7dbc3ff

Browse files
committed
[ci] use node 22
1 parent d0349ad commit 7dbc3ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_and_test.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: ⬢ Setup Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 22
2626

2727
- name: Install packages
2828
run: |
@@ -75,6 +75,11 @@ jobs:
7575
- name: 🧹 Cleanup GitHub Linux runner disk space
7676
uses: ./.github/actions/cleanup-linux-disk-space
7777

78+
- name: ⬢ Setup Node
79+
uses: actions/setup-node@v4
80+
with:
81+
node-version: 22
82+
7883
- name: 🔨 Use JDK 17
7984
uses: actions/setup-java@v4
8085
with:

0 commit comments

Comments
 (0)