Skip to content

Commit 3162e87

Browse files
committed
chore: set ci node version
1 parent 7c47f24 commit 3162e87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package_for_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node: [22]
14+
node:
15+
- lts/*
1516
os:
1617
- macos-latest
1718
- ubuntu-latest
1819
- windows-latest
20+
inlucde:
21+
- os: windows-latest
22+
node: 22
1923

2024
runs-on: ${{ matrix.os }}
2125
environment: Release

0 commit comments

Comments
 (0)