This commit is contained in:
Cüneyt Şentürk 2023-04-07 15:23:05 +03:00 committed by GitHub
parent 7ec0746de6
commit bbefdc0f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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