Skip to content

Commit

Permalink
ci: remove deprecated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Sep 20, 2023
1 parent ad04af6 commit 2abd16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14]
node: [16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down

0 comments on commit 2abd16f

Please sign in to comment.