File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 test :
9- uses : adonisjs /.github/.github/workflows/test.yml@main
9+ uses : poppinss /.github/.github/workflows/test.yml@next
1010
1111 lint :
12- uses : adonisjs /.github/.github/workflows/lint.yml@main
12+ uses : poppinss /.github/.github/workflows/lint.yml@next
1313
1414 typecheck :
15- uses : adonisjs /.github/.github/workflows/typecheck.yml@main
15+ uses : poppinss /.github/.github/workflows/typecheck.yml@next
Original file line number Diff line number Diff line change @@ -13,18 +13,23 @@ jobs:
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
16+
1617 - uses : actions/setup-node@v4
1718 with :
18- node-version : 20
19+ node-version : 24
20+
1921 - name : git config
2022 run : |
2123 git config user.name "${GITHUB_ACTOR}"
2224 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
25+
2326 - name : Init npm config
2427 run : npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
2528 env :
2629 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
30+
2731 - run : npm install
32+
2833 - run : npm run release major -- --ci --preRelease=beta
2934 env :
3035 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments