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 a6c3c56 commit d996b9aCopy full SHA for d996b9a
.github/workflows/bump-version.yml
@@ -39,9 +39,9 @@ jobs:
39
- uses: actions/checkout@v2
40
41
# Setup node environment
42
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
43
with:
44
- node-version: 15
+ node-version-file: '.nvmrc'
45
registry-url: https://registry.npmjs.org/
46
47
# Bump version to the next prerelease (patch) with rc suffix
.github/workflows/nodejs.yml
@@ -8,9 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
11
- - name: Use Node.js 12.x
12
- uses: actions/setup-node@v1
+ - name: Use Node.js
+ uses: actions/setup-node@v3
13
14
- node-version: 12.x
15
- run: yarn install
16
- run: yarn lint-test
0 commit comments