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

Commit

Permalink
chore(ci): test only with node v14, v16 (exclude v12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 22, 2022
1 parent 08e3941 commit a198c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- name: Initiate docker containers
Expand Down

0 comments on commit a198c20

Please sign in to comment.