Update github action
This commit is contained in:
parent
de8129d45f
commit
9a1dc5273f
1 changed files with 2 additions and 2 deletions
4
.github/actions/prepare-env/action.yml
vendored
4
.github/actions/prepare-env/action.yml
vendored
|
@ -8,9 +8,9 @@ runs:
|
|||
with:
|
||||
ruby-version: 3.3
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: latest
|
||||
cache: npm
|
||||
- name: Setup packages
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue