Skip to content

Commit

Permalink
revert(workflows): rollback to Node 12.16.3 (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Nov 17, 2023
1 parent 9c1588a commit 69bc6c2
Show file tree
Hide file tree
Showing 4 changed files with 12,442 additions and 13,878 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/merge-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [12.16.3]

steps:
- name: Get branch name (merge)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Loading

0 comments on commit 69bc6c2

Please sign in to comment.