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 8142bee + 249f0e5 commit 25e9d1cCopy full SHA for 25e9d1c
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/[email protected]
30
31
- name: Set up Node.js ${{ matrix.node }}
32
- uses: actions/setup-node@v3.7.0
+ uses: actions/setup-node@v3.8.1
33
with:
34
node-version: ${{ matrix.node }}
35
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Set up Node.js
node-version: ${{ env.NODE_VERSION }}
registry-url: "https://registry.npmjs.org"
0 commit comments