Skip to content

Commit e523b15

Browse files
authored
fix: bump node version to 24 in publish flow (#13)
1 parent 923fe6b commit e523b15

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,10 @@ jobs:
3636

3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: "22"
39+
node-version: "24"
4040
registry-url: "https://registry.npmjs.org"
4141
cache: "npm"
4242

43-
# Ensure npm 11.5.1 or later is installed
44-
- name: Update npm
45-
run: npm install -g npm@latest
46-
4743
- run: npm ci
4844

4945
- run: npm run build

0 commit comments

Comments
 (0)