Skip to content

Commit

Permalink
ci: set dashboard node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 15, 2024
1 parent 9201449 commit 1b86801
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

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

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/IBF-dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:20-alpine

RUN apk update && apk add python3 make g++ git

Expand Down
107 changes: 8 additions & 99 deletions interfaces/IBF-dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion interfaces/IBF-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/leaflet": "^1.9.12",
"@types/leaflet.markercluster": "^1.5.4",
"@types/luxon": "^1.26.2",
"@types/node": "^14.0.22",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"cypress": "latest",
Expand Down

0 comments on commit 1b86801

Please sign in to comment.