We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed36d8 commit 718473cCopy full SHA for 718473c
1 file changed
.github/workflows/node.js.yml
@@ -97,7 +97,7 @@ jobs:
97
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
98
restore-keys: |
99
${{ runner.os }}-yarn-
100
- - uses: actions/setup-node@v2.1.4
+ - uses: actions/setup-node@v2.1.5
101
with:
102
node-version: 14.x
103
- run: yarn
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
0 commit comments