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:
|
with:
|
||||||
ruby-version: 3.3
|
ruby-version: 3.3
|
||||||
- name: Setup NodeJS
|
- name: Setup NodeJS
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: latest
|
||||||
cache: npm
|
cache: npm
|
||||||
- name: Setup packages
|
- name: Setup packages
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue