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 6970b58 + 4c10a97 commit ab6793fCopy full SHA for ab6793f
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/[email protected]
31
32
- name: Set up Node.js ${{ matrix.node }}
33
- uses: actions/setup-node@v5.0.0
+ uses: actions/setup-node@v6.0.0
34
with:
35
node-version: ${{ matrix.node }}
36
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Set up Node.js
29
node-version: ${{ env.NODE_VERSION }}
registry-url: "https://registry.npmjs.org"
0 commit comments