mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
chore(deps): update actions/setup-node action to v4.0.4
This commit is contained in:
parent
f2f83b0a60
commit
d05c6b996c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Setup Node.js with npm
|
- name: Setup Node.js with npm
|
||||||
uses: actions/setup-node@v4.0.3
|
uses: actions/setup-node@v4.0.4
|
||||||
with:
|
with:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
node-version: ${{ env.NODE_JS_VERSION }}
|
node-version: ${{ env.NODE_JS_VERSION }}
|
||||||
|
|
Loading…
Reference in a new issue