Skip to content

Commit d1213b9

Browse files
committed
Update npm dependencies
1 parent 0442270 commit d1213b9

File tree

3 files changed

+291
-282
lines changed

3 files changed

+291
-282
lines changed

.github/workflows/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -eux
1919
node_env="${1}"; shift
2020

2121
curl -o- \
22-
https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
22+
https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2323

2424
export NVM_DIR="${HOME}/.nvm"
2525
[ -s "${NVM_DIR}/nvm.sh" ] && . "${NVM_DIR}/nvm.sh"

0 commit comments

Comments
 (0)