Skip to content

Commit

Permalink
set min. node version to 14 for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Nov 12, 2023
1 parent 6077146 commit 51cf7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 18, 16, 14, 12]
node-version: [20, 18, 16, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 51cf7ce

Please sign in to comment.