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 a969614 + fd7201f commit 85c5bb4Copy full SHA for 85c5bb4
.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@v3.8.1
+ uses: actions/setup-node@v4.0.0
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@v3.8.1
+ - uses: actions/setup-node@v4.0.0
65
66
node-version: 10
67
0 commit comments