Skip to content

Commit f491b54

Browse files
authored
build: update to node24 for development (#1868)
1 parent f2c44a6 commit f491b54

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
node-version-file: '.nvmrc'
3737
registry-url: 'https://registry.npmjs.org'
3838

39-
# Ensure npm 11.5.1 or later is installed
40-
- name: Update npm
41-
run: npm install -g npm@latest
42-
4339
- name: Install dependencies
4440
run: npm ci
4541

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
v24

0 commit comments

Comments
 (0)