Skip to content

Commit f087283

Browse files
Update Node.js version in workflow
1 parent b18802b commit f087283

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ jobs:
2727
- name: Set up Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
registry-url: 'https://registry.npmjs.org'
3232

33-
- name: Update NPM
34-
run: npm install -g npm@11
35-
3633
- name: Install dependencies
3734
run: |
3835
yarn install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)