We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd7d1d commit 7f950b8Copy full SHA for 7f950b8
.github/workflows/checks.yml
@@ -6,10 +6,10 @@ on:
6
7
jobs:
8
test:
9
- uses: adonisjs/.github/.github/workflows/test.yml@main
+ uses: adonisjs/.github/.github/workflows/test.yml@next
10
11
lint:
12
- uses: adonisjs/.github/.github/workflows/lint.yml@main
+ uses: adonisjs/.github/.github/workflows/lint.yml@next
13
14
typecheck:
15
- uses: adonisjs/.github/.github/workflows/typecheck.yml@main
+ uses: adonisjs/.github/.github/workflows/typecheck.yml@next
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 20
+ node-version: 24
19
- name: git config
20
run: |
21
git config user.name "${GITHUB_ACTOR}"
0 commit comments