Skip to content

Commit 272d382

Browse files
committed
ci: test against lts/krypton
1 parent 602a3f4 commit 272d382

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
install-pnpm: true
1111

1212
lint:
13-
uses: adonisjs/.github/.github/workflows/lint.yml@next
13+
uses: adonisjs/.github/.github/workflows/lint.yml@main
1414

1515
typecheck:
16-
uses: adonisjs/.github/.github/workflows/typecheck.yml@next
16+
uses: adonisjs/.github/.github/workflows/typecheck.yml@main

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: ['latest']
20+
node-version: ['lts/krypton', 'latest']
2121

2222
steps:
2323
- name: Checkout code
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: windows-latest
4646
strategy:
4747
matrix:
48-
node-version: ['latest']
48+
node-version: ['lts/krypton', 'latest']
4949

5050
steps:
5151
- name: Checkout code

0 commit comments

Comments
 (0)