Skip to content

Commit

Permalink
remove node 14 from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paretoman committed Mar 31, 2024
1 parent 5447fcb commit 415bef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [16.x, 18.x, 20.x] # 14.x doesn't work,
# 14 has error during npm ci.
# npm ERR! Cannot read property '@paretoman/votekit-add-sandboxes' of undefined

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 415bef8

Please sign in to comment.