Skip to content

Commit

Permalink
Removed node 14 from action
Browse files Browse the repository at this point in the history
  • Loading branch information
PantelisGeorgiadis committed Mar 29, 2024
1 parent 953cd11 commit b65bec6
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 @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ts-node": "^10.9.2",
"tsd": "^0.30.7",
"typescript": "^5.4.3",
"webpack": "^5.89.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
}
Expand Down

0 comments on commit b65bec6

Please sign in to comment.