Skip to content

Commit 75fa085

Browse files
authored
node 22 (#568)
1 parent 8e72825 commit 75fa085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
node-version: [18.x]
20+
node-version: [22.x]
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 14
2323
steps:

.github/workflows/update-helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@master
1616
with:
17-
node-version: 18.0.0
17+
node-version: 22.0.0
1818
- name: Install Github Actions helper
1919
run: npm i gh-helpers
2020
# The env vars contain the relevant trigger information, so we don't need to pass it

0 commit comments

Comments
 (0)