pull/4557/head
DevMirza 2 months ago committed by GitHub
parent 96e814a119
commit 92195591f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest, ARM64]
node: [ 14, 20.5 ]
node: [ 16, 20.5 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node }}
#- name: Clean Cache
# run: npm cache clean --force
#- run: npm i -g npm@9 --force
- run: npm i -g npm@9 --force
- run: npm install
- run: npm run build
- run: npm run test-backend

Loading…
Cancel
Save