We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7845131 commit bf315caCopy full SHA for bf315ca
1 file changed
.github/workflows/ci.yml
@@ -1,20 +1,19 @@
1
on:
2
push:
3
- branches: [main]
4
pull_request:
5
name: ci
6
jobs:
7
test:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node: [18, 20]
+ node: [20, 22]
12
include:
13
# use latest npm by default
14
- npm-version: latest
15
steps:
16
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
- - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
with:
19
node-version: ${{ matrix.node }}
20
- run: node --version
0 commit comments