We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f01824 + 8c6ed3e commit 7453ff0Copy full SHA for 7453ff0
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
20
with:
21
node-version: 22
22
- name: Enable Corepack
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
registry-url: "https://registry.npmjs.org"
0 commit comments