File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
# This workflow contains a single job called "build"
12
12
build-all :
13
13
# The type of runner that the job will run on
14
- runs-on : ubuntu-18 .04
14
+ runs-on : ubuntu-20 .04
15
15
16
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
17
steps :
21
21
- name : Setup Node.js environment
22
22
uses : actions/setup-node@v3.2.0
23
23
with :
24
- node-version : 16.5.0
24
+ node-version-file : ' .nvmrc '
25
25
26
26
- name : install npm dependencies
27
27
run : npm install
Original file line number Diff line number Diff line change 19
19
# This workflow contains a single job called "build"
20
20
build-all :
21
21
# The type of runner that the job will run on
22
- runs-on : ubuntu-18 .04
22
+ runs-on : ubuntu-20 .04
23
23
24
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
25
steps :
You can’t perform that action at this time.
0 commit comments