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 14
27+ - name : Use Node.js 16
2828 uses : implausible/setup-node@feature/expose-architecture-override
2929 env :
3030 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
3131 with :
32- node-version : 14
32+ node-version : 16
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 14
96+ - name : Use Node.js 16
9797 uses : implausible/setup-node@feature/expose-architecture-override
9898 env :
9999 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
100100 with :
101- node-version : 14
101+ node-version : 16
102102 node-arch : ${{ matrix.arch }}
103103
104104 - name : Use Python 3.11 # node-gyp < 10 breaks with 3.12
@@ -162,12 +162,12 @@ jobs:
162162
163163 - uses : actions/checkout@v2
164164
165- - name : Use Node.js 14
165+ - name : Use Node.js 16
166166 uses : implausible/setup-node@feature/expose-architecture-override
167167 env :
168168 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
169169 with :
170- node-version : 14
170+ node-version : 16
171171 node-arch : ${{ matrix.arch }}
172172
173173 - name : Use Python 3.11 # node-gyp < 10 breaks with 3.12
You can’t perform that action at this time.
0 commit comments