1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

revert(workflows): rollback to Node 12.16.3 (#537)

This commit is contained in:
Naor Peled
2023-11-17 20:45:54 +02:00
committed by GitHub
parent 9c1588a43e
commit 69bc6c2dbf
4 changed files with 12295 additions and 13731 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 18, 20]
node: [12.16.3]
name: Node ${{ matrix.node }}
steps:
- name: 'Checkout latest code'
@@ -39,6 +39,6 @@ jobs:
with:
node-version: '16'
- name: Install dependencies
run: npm install
run: npm ci
- name: Run ESLint
run: npm run lint:check