Skip to content

Commit

Permalink
Remove Node 12 and add Node 18 to the CI
Browse files Browse the repository at this point in the history
Node 12 is EOL and Node 18 is the current version
  • Loading branch information
DrRataplan authored Oct 12, 2022
1 parent ca8410b commit 06b88ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 17
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 06b88ed

Please sign in to comment.