Skip to content

Commit

Permalink
update node in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Oct 3, 2023
1 parent 7a8a541 commit 2ff189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2022]
node: [18.12.1]
node: [20.8.0]
runs-on: ${{ matrix.os }}
name: test on ${{ matrix.os }} and node ${{ matrix.node }}
env:
Expand Down

0 comments on commit 2ff189e

Please sign in to comment.