Skip to content

Commit

Permalink
Support node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Nov 18, 2023
1 parent 02d492a commit 57d7ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]
name: Build & Test (Node v${{ matrix.node-version }})
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/jgoz/esbuild-plugins/issues"
},
"volta": {
"node": "18.16.1"
"node": "20.9.0"
},
"jest": {
"projects": [
Expand Down

0 comments on commit 57d7ab7

Please sign in to comment.