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 0ff1ba8 commit e6f294fCopy full SHA for e6f294f
2 files changed
.github/workflows/build-test-ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
version: 11
20
- name: Setting up Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
22
23
node-version: ${{ matrix.node-version }}
24
cache: "pnpm"
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v7
15
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@v7
16
17
node-version: 24
- run: npm ci
@@ -23,7 +23,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
0 commit comments