Skip to content

Commit dec6e3f

Browse files
committed
CI: upgrade to node 22.x
1 parent bb76838 commit dec6e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '14.x'
15+
node-version: '22.x'
1616

1717
- name: Dependencies
1818
run: make install

0 commit comments

Comments
 (0)