File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-24.04
12
12
13
- # Steps represent a sequence of tasks that will be executed as part of the job
14
13
steps :
15
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16
- - uses : actions/checkout@v4
14
+ - name : Checkout repository
15
+ uses : actions/checkout@v4
16
+
17
17
- name : Setup Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' 16.17 .1'
20
+ node-version : ' 20.13 .1'
21
21
22
22
- name : Cache node modules
23
23
id : cache
56
56
path : |
57
57
dist
58
58
!dist/*.txt
59
+
59
60
- name : Upload test coverage report
60
61
uses : actions/upload-artifact@v4
61
62
with :
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-24.04
10
10
11
- # Steps represent a sequence of tasks that will be executed as part of the job
12
11
steps :
13
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
14
- - uses : actions/checkout@v4
12
+ - name : Checkout repository
13
+ uses : actions/checkout@v4
14
+
15
15
- name : Setup Node.js
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : ' 16.17 .1'
18
+ node-version : ' 20.13 .1'
19
19
registry-url : ' https://registry.npmjs.org'
20
20
21
21
- name : Install Dependencies
Original file line number Diff line number Diff line change 1
- 16.17.1
2
- // DO NOT DOWNGRADE, because NodeJS < 16 doesn't support Apple Silicon
1
+ 20.13.1
You can’t perform that action at this time.
0 commit comments