mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
actions/setup-node v3.7.0 ==> v4.0.2 (#23503)
This commit is contained in:
2
.github/actions/setup-js/action.yml
vendored
2
.github/actions/setup-js/action.yml
vendored
@@ -26,7 +26,7 @@ runs:
|
||||
# enforce node version (self-hosted default is not necessarily what we want)
|
||||
# after yarn, so we can use yarn for cache.
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
cache: yarn
|
||||
|
||||
Reference in New Issue
Block a user