mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 04:20:19 +00:00
Merge pull request #237 from warengroup/dependabot/github_actions/develop/actions/setup-node-3
This commit is contained in:
commit
b5dad914ec
2
.github/workflows/typescript-build.yml
vendored
2
.github/workflows/typescript-build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: install node v16
|
- name: install node v16
|
||||||
uses: actions/setup-node@v2.5.1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: npm install
|
- name: npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user