Skip to content

Commit

Permalink
add node 18, remove 12 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul committed Nov 23, 2022
1 parent 0493abd commit e9abbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
name: Test on Node v${{ matrix.node }}
steps:
- name: Checkout
Expand Down

0 comments on commit e9abbaa

Please sign in to comment.