typo
This commit is contained in:
parent
7ec0746de6
commit
bbefdc0f45
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -38,6 +38,11 @@ jobs:
|
||||
- name: Copy .env
|
||||
run: cp .env.testing .env
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
|
||||
- name: Install NPM
|
||||
run: npm install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user