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

Commit

Permalink
chore(node): add 18 to workflows and remove <16 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 authored Jun 9, 2023
1 parent e7e26d7 commit b1d5eed
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12.x', '14.x', '16.x' ]
node: [ '16.x', '18.x' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b1d5eed

Please sign in to comment.