Skip to content

Commit

Permalink
fix: up node versions in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Nov 21, 2023
1 parent 65788e7 commit 814ca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14, 16]
node: [18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
name: OS ${{ matrix.os }} Node.js ${{ matrix.node }}
steps:
Expand Down

0 comments on commit 814ca82

Please sign in to comment.