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 a6c0967 + 93a547c commit 13be47fCopy full SHA for 13be47f
.github/workflows/node.js.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v6
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: npm ci
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Use Node.js
19
20
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
0 commit comments