File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
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 : adonisjs/.github/.github/workflows/test.yml@next
1010
1111 lint :
12- uses : adonisjs/.github/.github/workflows/lint.yml@main
12+ uses : adonisjs/.github/.github/workflows/lint.yml@next
1313
1414 typecheck :
15- uses : adonisjs/.github/.github/workflows/typecheck.yml@main
15+ uses : adonisjs/.github/.github/workflows/typecheck.yml@next
Original file line number Diff line number Diff line change @@ -13,17 +13,21 @@ 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
2832 - run : npm run release -- --ci
2933 env :
Original file line number Diff line number Diff line change 22 "name" : " @poppinss/defer" ,
33 "description" : " A managed deferred queue to run async operations in the background" ,
44 "version" : " 1.1.1" ,
5- "engines" : {
6- "node" : " >=20.6.0"
7- },
85 "type" : " module" ,
96 "files" : [
107 " build" ,
You can’t perform that action at this time.
0 commit comments