Skip to content

Commit 30b21a5

Browse files
committed
fix ci
1 parent 050464a commit 30b21a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
12-
node-version: [latest]
12+
node-version: [lts]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install pnpm
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
strategy:
3030
matrix:
31-
node-version: [latest]
31+
node-version: [lts]
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Install pnpm
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-22.04
4949
strategy:
5050
matrix:
51-
node-version: [latest]
51+
node-version: [lts]
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Install pnpm

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
node-version: [latest]
14+
node-version: [lts]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Install pnpm

0 commit comments

Comments
 (0)