Skip to content

Commit 7f950b8

Browse files
committed
chore: update workflows
1 parent 3dd7d1d commit 7f950b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
- name: git config
2020
run: |
2121
git config user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)