mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #249 from DJ2LS/dependabot/github_actions/actions/setup-node-3
This commit is contained in:
commit
0b2f5630a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_multiplatform.yml
vendored
2
.github/workflows/build_multiplatform.yml
vendored
|
@ -377,7 +377,7 @@ jobs:
|
||||||
path: ./tnc/dist/${{ matrix.zip_name }}.zip
|
path: ./tnc/dist/${{ matrix.zip_name }}.zip
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue