Skip to content

Commit e8aaaea

Browse files
committed
chore(ci): updated
1 parent 226e878 commit e8aaaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
with:
3030
run_install: false
3131

32-
- name: Install Node.js 23.x
32+
- name: Install Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 23.x
35+
node-version: lts/*
3636
# registry-url required. Learn more at
3737
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3838
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)