Skip to content

Commit

Permalink
Merge pull request #262 from sanger/dpl-890-1-upgrade-node
Browse files Browse the repository at this point in the history
Upgraded node version to LTS v18.18.0
  • Loading branch information
Sangeetha-Bheeman authored Oct 4, 2023
2 parents 3caa4a2 + 5d7d929 commit 7a4b95b
Show file tree
Hide file tree
Showing 4 changed files with 3,714 additions and 2,796 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.1
v18.18.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Does what it says on the tin.
yarn install
```

Added @achrinza/node-ipc@10.1.9(which already exists as part of the package dependency tree) to package.json
resolutions to fix the version incompatibility issue with node.

### Compiles and hot-reloads for development

```shell
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"vue-router": "^3.5.4",
"vue-simple-spinner": "^1.2.10"
},
"resolutions": {
"@achrinza/node-ipc": "10.1.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-e2e-cypress": "~4.5.19",
Expand Down
Loading

0 comments on commit 7a4b95b

Please sign in to comment.