We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fda8c48 + 8a08f65 commit 674f179Copy full SHA for 674f179
2 files changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
publish-npm:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 22
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
node-version: [20, 22, 24]
17
node-version: ${{ matrix.node-version }}
0 commit comments