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 1ccb4c2 + acb2ef6 commit b3566a3Copy full SHA for b3566a3
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v4
9
- name: Use Node.js 14
10
- uses: actions/setup-node@v4.0.0
+ uses: actions/setup-node@v4.0.1
11
with:
12
node-version: 14
13
registry-url: https://npm.pkg.github.com/
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
git config user.email github-actions@github.com
62
63
# SETUP NODE
64
- - uses: actions/setup-node@v4.0.0
+ - uses: actions/setup-node@v4.0.1
65
66
node-version: 10
67
0 commit comments