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.
NODE_VERSION
1 parent 132139d commit a9df0e8Copy full SHA for a9df0e8
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
pull_request:
11
12
env:
13
+ NODE_VERSION: 14.18.1
14
RUST_VERSION: 1.56.1
15
16
jobs:
@@ -29,7 +30,7 @@ jobs:
29
30
31
- uses: actions/setup-node@v2
32
with:
- node-version: '14.x'
33
+ node-version: ${{ env.NODE_VERSION }}
34
35
- name: Install node modules
36
run: yarn install
@@ -59,7 +60,7 @@ jobs:
59
60
61
62
63
64
65
- run: yarn install
66
0 commit comments