Skip to content

Commit

Permalink
Drop Node 12 and 14 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Jan 5, 2023
1 parent 450441e commit 68f573a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:

- run: npm ci

- name: Lint and Test
- name: Lint
run: npm run lint
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [16, 18]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,9 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install latest npm
run: npm install --global npm@latest

- run: npm ci

- name: Test
Expand Down

0 comments on commit 68f573a

Please sign in to comment.