Skip to content

Commit

Permalink
Use node 18 in CI/CD actions (#7431)
Browse files Browse the repository at this point in the history
Also update eslint dependencies
  • Loading branch information
stwlam committed Apr 16, 2023
1 parent 89b0ea3 commit 9152e66
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@types/jest": "^29.5.0",
"@types/jquery": "^3.5.16",
"@types/jsdom": "^21.1.1",
"@types/luxon": "^3.2.0",
"@types/luxon": "^3.3.0",
"@types/node": "^18.15.11",
"@types/prompts": "^2.4.4",
"@types/sortablejs": "^1.15.1",
"@types/tooltipster": "^0.0.31",
"@types/yaireo__tagify": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"es-jest": "^2.1.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand Down

0 comments on commit 9152e66

Please sign in to comment.