Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
build: stop running Node 12 & 14 tests
Browse files Browse the repository at this point in the history
Our dependencies have now moved past Node 12 & 14, and several of them
no longer support these versions of Node.
  • Loading branch information
pshiu committed Aug 23, 2022
1 parent dab4b17 commit 51c5c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [12, 14, 16]
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 51c5c81

Please sign in to comment.