We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0bf45 commit 5b1f6e9Copy full SHA for 5b1f6e9
1 file changed
.github/workflows/npm-publish.yml
@@ -15,6 +15,10 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v6
18
+ - uses: actions/setup-node@v4
19
+ with:
20
+ node-version: '24'
21
+ registry-url: 'https://registry.npmjs.org'
22
- name: Npm Install
23
run: |
24
npm install
0 commit comments