Skip to content

Commit 522dbcf

Browse files
committed
chore: fix github actions node version
1 parent acb7728 commit 522dbcf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
default:
1212
strategy:
1313
matrix:
14-
node:
15-
- lts/*
14+
node: [22]
1615
os:
1716
- macos-latest
1817
- ubuntu-latest

.github/workflows/package_for_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node:
15-
- lts/*
14+
node: [22]
1615
os:
1716
- macos-latest
1817
- ubuntu-latest

0 commit comments

Comments
 (0)