We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb874c4 + ebdf3f7 commit 1cbab09Copy full SHA for 1cbab09
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v6
17
- name: Setup Nodejs
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
19
with:
20
node-version-file: '.nvmrc'
21
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
- name: Setup Node.js
0 commit comments