File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [ main ]
4+ branches : [main]
55 pull_request :
6- branches : [ main ]
6+ branches : [main]
77jobs :
88 test :
99 runs-on : ubuntu-latest
1010 timeout-minutes : 60
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : actions/setup-node@v4
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-node@v6
1414 with :
1515 node-version : 24
1616 - run : npm ci
2222 runs-on : ubuntu-latest
2323 timeout-minutes : 30
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - run : npm ci
2727 - run : npm run deploy
2828 env :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 timeout-minutes : 10
1919 steps :
20+ - uses : actions/checkout@v6
2021 - name : Create release from tag
2122 env :
2223 GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments