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 5679545 + 4d117cc commit 65c7450Copy full SHA for 65c7450
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v3
9
- name: Use Node.js 14
10
- uses: actions/setup-node@v3.4.1
+ uses: actions/setup-node@v3.5.1
11
with:
12
node-version: 14
13
registry-url: https://npm.pkg.github.com/
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
15
- name: Set env
16
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
17
- - uses: actions/setup-node@v3.4.1
+ - uses: actions/setup-node@v3.5.1
18
19
node-version: 10
20
0 commit comments