Merge branch 'main' of https://github.com/Quodatum/vscode-basex
This commit is contained in:
commit
cad09a9e3f
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"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "actions/checkout@v2"
|
uses: "actions/checkout@v3"
|
||||||
|
|
||||||
- name: "Setup NodeJS"
|
- name: "Setup NodeJS"
|
||||||
uses: "actions/setup-node@v2.1.0"
|
uses: "actions/setup-node@v3"
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
|
|
||||||
- name: "Install Dependencies"
|
- name: "Install Dependencies"
|
||||||
run: "npm install"
|
run: "npm install"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue