This commit is contained in:
Cüneyt Şentürk
2023-04-07 15:27:19 +03:00
committed by GitHub
parent bbefdc0f45
commit 7f26536be2

View File

@ -38,11 +38,6 @@ 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