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 97181fc commit abd7659Copy full SHA for abd7659
.github/workflows/push_deploy.yml
@@ -7,10 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
- - name: Use Node.js 12.22.8
11
- uses: actions/setup-node@v1
+ - uses: actions/setup-node@v1
12
with:
13
- node-version: 12.22.8
+ node-version: 16.14.2
14
- name: Cache node_modules
15
id: cache-modules
16
uses: actions/cache@v1
@@ -41,7 +40,7 @@ jobs:
41
40
42
43
44
45
- uses: actions/cache@v1
46
47
@@ -67,7 +66,7 @@ jobs:
67
66
68
69
70
- node-version: 14
71
72
73
0 commit comments