Skip to content

Commit

Permalink
Merge pull request #347 from nearform/chore(update-node-version-check)
Browse files Browse the repository at this point in the history
Updating node version to 20, removing 14
  • Loading branch information
bp289 committed Oct 12, 2023
2 parents 7f6338c + cb4453f commit 77aabf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 77aabf1

Please sign in to comment.