File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 11name : Node CI
22
3+ permissions :
4+ contents : read
5+
36on : [push, pull_request]
47jobs :
58 build :
69 runs-on : ubuntu-latest
710 steps :
8- - uses : actions/checkout@v4
9- - uses : actions/setup-node@v4
10- with :
11- node-version : 22
12- cache : npm
13- - name : npm install, build, and test
14- run : |
15- npm install
16- npm run build
17- npm test
18- env :
19- CI : true
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
13+ with :
14+ node-version : 22
15+ cache : npm
16+ - name : npm install, build, and test
17+ run : |
18+ npm install
19+ npm run build
20+ npm test
21+ env :
22+ CI : true
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 build :
1013 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments