acid testing
This commit is contained in:
parent
e0819e2919
commit
32e3a1b371
6
.github/workflows/futon-deploy.yaml
vendored
6
.github/workflows/futon-deploy.yaml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with: node-version:14.x
|
||||
uses: actions/setup-node@v3
|
||||
with: node-version:18
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user