Skip to content

Commit 5b1f6e9

Browse files
committed
fix: build
1 parent de0bf45 commit 5b1f6e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: '24'
21+
registry-url: 'https://registry.npmjs.org'
1822
- name: Npm Install
1923
run: |
2024
npm install

0 commit comments

Comments
 (0)