Skip to content

Commit

Permalink
feat: update node.js versions (#52)
Browse files Browse the repository at this point in the history
Automated changes by
[update-node-versions](https://github.com/hongaar/update-node-versions)
GitHub action

BREAKING CHANGE: This updates the supported node.js versions
  • Loading branch information
hongaar committed May 9, 2023
1 parent e8ef934 commit dee632f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version:
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit dee632f

Please sign in to comment.