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

Commit

Permalink
bump engines
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Aug 16, 2023
1 parent cf189c9 commit bc278cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.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: ['14', '16']
node: ['16', '18']
name: Build with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: ['14', '16']
node: ['16', '18']
name: Build with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bc278cb

Please sign in to comment.