Skip to content

Commit

Permalink
chore!: drop support for node 12; add support for node 18 (#52)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drops support for EOL node 12; adds support for node 18
  • Loading branch information
Fdawgs committed Jun 20, 2022
1 parent ffc9f32 commit 13c03fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out repo
Expand Down

0 comments on commit 13c03fc

Please sign in to comment.