Skip to content

Commit adc146d

Browse files
authored
chore(ci): downgrade node
1 parent 6a24b6f commit adc146d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [22]
10+
node-version: [20]
1111

1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v4
1515

16-
- uses: actions/setup-node@v4
16+
- name: Use Node.js ${{ matrix.node-version }}
17+
uses: actions/setup-node@v4
1718
with:
1819
node-version: ${{ matrix.node-version }}
1920
cache: "pnpm"

0 commit comments

Comments
 (0)