Skip to content

Commit

Permalink
build to use the latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
glasstiger committed Nov 28, 2023
1 parent fb1bec1 commit 388e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 20]
node-version: [16, latest]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 388e287

Please sign in to comment.