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.
2 parents 301482d + b6cd957 commit 0ff1ba8Copy full SHA for 0ff1ba8
2 files changed
.github/workflows/build-test-ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: [24.x]
15
steps:
16
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
17
- uses: pnpm/action-setup@v6
18
with:
19
version: 11
.github/workflows/npm-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
- uses: actions/setup-node@v6
node-version: 24
@@ -22,7 +22,7 @@ jobs:
22
needs: build
23
24
25
26
27
28
0 commit comments