File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- name : ' Setup Node.js'
7
7
uses : ' actions/setup-node@v3'
8
8
with :
9
- node-version : ' 16 .x'
9
+ node-version : ' 20 .x'
10
10
cache : ' npm'
11
11
cache-dependency-path : ' **/package-lock.json'
12
12
Original file line number Diff line number Diff line change 15
15
- name : ' Setup Node.js and npm'
16
16
uses : ' ./.github/actions/setup'
17
17
18
- - name : ' Execute the lint script '
19
- run : ' npm run lint '
18
+ - name : ' Execute the check scripts '
19
+ run : ' bash run check '
20
20
21
21
22
22
test :
30
30
uses : ' ./.github/actions/setup'
31
31
32
32
- name : ' Execute the test script'
33
- run : ' npm run test'
33
+ run : ' bash run test'
34
34
35
35
bundle :
36
36
name : ' Bundle package with Rollup.js'
42
42
- name : ' Setup Node.js and npm'
43
43
uses : ' ./.github/actions/setup'
44
44
45
- - name : ' Execute the build script'
46
- run : ' npm run build '
45
+ - name : ' Execute the bundle script'
46
+ run : ' bash run bundle '
You can’t perform that action at this time.
0 commit comments