We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e72825 commit 75fa085Copy full SHA for 75fa085
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
- node-version: [18.x]
+ node-version: [22.x]
21
runs-on: ${{ matrix.os }}
22
timeout-minutes: 14
23
steps:
.github/workflows/update-helper.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Node.js
15
uses: actions/setup-node@master
16
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
0 commit comments