File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
os : [ubuntu-latest, windows-latest, macos-latest]
21
21
steps :
22
22
- uses : actions/checkout@v2
23
- - name : Setup Node.JS 12
23
+ - name : Setup Node.JS 16
24
24
uses : actions/setup-node@v2
25
25
with :
26
- node-version : 12 .x
26
+ node-version : 16 .x
27
27
cache : npm
28
28
- run : npm ci
29
29
- run : npm run build
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
26
- - name : Set Node.js 12 .x
26
+ - name : Set Node.js 16 .x
27
27
uses : actions/setup-node@v1
28
28
with :
29
- node-version : 12 .x
29
+ node-version : 16 .x
30
30
31
31
- name : Install dependencies
32
32
run : npm ci
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ outputs:
67
67
path :
68
68
description : ' Path to where the java environment has been installed (same as $JAVA_HOME)'
69
69
runs :
70
- using : ' node12 '
70
+ using : ' node16 '
71
71
main : ' dist/setup/index.js'
72
72
post : ' dist/cleanup/index.js'
You can’t perform that action at this time.
0 commit comments