File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424
2525 - uses : actions/checkout@v2
2626
27- - name : Use Node.js 12.x
27+ - name : Use Node.js 14
2828 uses : implausible/setup-node@feature/expose-architecture-override
2929 env :
3030 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
3131 with :
32- node-version : 12
32+ node-version : 14
3333 node-arch : ${{ matrix.arch }}
3434
3535 # We're running in docker without other users
@@ -93,12 +93,12 @@ jobs:
9393
9494 - uses : actions/checkout@v2
9595
96- - name : Use Node.js 12.x
96+ - name : Use Node.js 14
9797 uses : implausible/setup-node@feature/expose-architecture-override
9898 env :
9999 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
100100 with :
101- node-version : 12
101+ node-version : 14
102102 node-arch : ${{ matrix.arch }}
103103
104104 - run : npm install
@@ -157,12 +157,12 @@ jobs:
157157
158158 - uses : actions/checkout@v2
159159
160- - name : Use Node.js 12.x
160+ - name : Use Node.js 14
161161 uses : implausible/setup-node@feature/expose-architecture-override
162162 env :
163163 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
164164 with :
165- node-version : 12
165+ node-version : 14
166166 node-arch : ${{ matrix.arch }}
167167
168168 - run : npm install
You can’t perform that action at this time.
0 commit comments