Update test.yml
This commit is contained in:
parent
93e6b0a1d6
commit
5fe23e4f95
1 changed files with 5 additions and 3 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -10,11 +10,13 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v2"
|
||||
uses: "actions/checkout@v3"
|
||||
|
||||
- name: "Setup NodeJS"
|
||||
uses: "actions/setup-node@v2.1.0"
|
||||
|
||||
uses: "actions/setup-node@v3"
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: "Install Dependencies"
|
||||
run: "npm install"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue