Skip to content

Commit

Permalink
Update CI and minimal supported version of NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Aug 12, 2023
1 parent 41004ae commit 1d44c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '16.x', '18.x']
node: ['16.x', '18.x', '20.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
}
},
"engines": {
"node": ">=14"
"node": ">=16"
}
}

0 comments on commit 1d44c33

Please sign in to comment.