Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78d32a4

Browse files
committed
Release script: ensure npm 11.5.1+ is installed
1 parent292698d commit78d32a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
path:~/.npm
2828
key:${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
2929
restore-keys:${{ runner.OS }}-node-
30+
# Ensure npm 11.5.1 or later is installed
31+
-name:Update npm
32+
run:npm install -g npm@latest
3033
-run:npm ci
3134
-run:npm run build
3235
-name:'Determine NPM tag: latest or next depending if we are on a prerelease or not (version with hyphen should be a prerelease)'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp