Skip to content

Commit

Permalink
worfkflow update: remove node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
visrut-at-incubyte committed Sep 1, 2023
1 parent 3066c9e commit 81ec967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 code
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "^29.5.3",
"@types/puppeteer": "^7.0.4",
"@types/testing-library__jest-dom": "5.14.5",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down Expand Up @@ -66,4 +65,4 @@
"pre-commit": "yarn run lint-staged"
}
}
}
}

0 comments on commit 81ec967

Please sign in to comment.