This commit is contained in:
Romain Beaumont 2025-01-26 23:06:36 +01:00 committed by GitHub
commit 75fa085e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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