mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-26 16:02:30 -05:00
chore(deps): update actions/setup-node action to v4
This commit is contained in:
parent
ebf4bb2aaf
commit
a1ad5be7c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
java-version: 17
|
||||
- name: Setup submodule
|
||||
run: git submodule update --init --recursive
|
||||
- uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
|
||||
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
|
||||
with:
|
||||
cache: "npm"
|
||||
node-version-file: ".nvmrc"
|
||||
|
|
Loading…
Reference in a new issue