We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9a5b4 commit 1d243bbCopy full SHA for 1d243bb
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node: [18, 22]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
- uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node }}
@@ -41,7 +41,7 @@ jobs:
41
os: [ubuntu-latest, macos-latest]
42
needs: build-and-test
43
44
45
46
47
node-version: 22
@@ -59,7 +59,7 @@ jobs:
59
runs-on: windows-latest
60
61
62
63
64
65
0 commit comments