Skip to content

Commit 4a4c025

Browse files
authored
Merge 9ce30c0 into 6d3e35d
2 parents 6d3e35d + 9ce30c0 commit 4a4c025

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
semantic-release:
1111
name: Release
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
outputs:
1414
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
1515
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
node-version-file: '.nvmrc'
2525

26+
- name: Update npm
27+
run: npm install -g npm@latest
28+
2629
- run: |
2730
npm clean-install
2831
npm run build

0 commit comments

Comments
 (0)