Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97a322ac5a |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
node-version: [18.x]
|
node-version: [22.x]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 14
|
timeout-minutes: 14
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
2
.github/workflows/update-helper.yml
vendored
2
.github/workflows/update-helper.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: 18.0.0
|
node-version: 22.0.0
|
||||||
- name: Install Github Actions helper
|
- name: Install Github Actions helper
|
||||||
run: npm i gh-helpers
|
run: npm i gh-helpers
|
||||||
# The env vars contain the relevant trigger information, so we don't need to pass it
|
# The env vars contain the relevant trigger information, so we don't need to pass it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue