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.
1 parent a00c9dd commit 9da3e58Copy full SHA for 9da3e58
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v3
9
- name: Use Node.js 10
10
- uses: actions/setup-node@v3.2.0
+ uses: actions/setup-node@v3.3.0
11
with:
12
node-version: 10
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.2.0
+ - uses: actions/setup-node@v3.3.0
18
19
20
0 commit comments