Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Romain Beaumont
97a322ac5a node 22 2025-01-26 21:45:42 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [18.x]
node-version: [22.x]
runs-on: ${{ matrix.os }}
timeout-minutes: 14
steps:

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 18.0.0
node-version: 22.0.0
- name: Install Github Actions helper
run: npm i gh-helpers
# The env vars contain the relevant trigger information, so we don't need to pass it