Skip to content

Commit

Permalink
bump to node 20 (#39)
Browse files Browse the repository at this point in the history
* bump to node 20

* add notes on current versions
  • Loading branch information
ConorSheehan1 authored Feb 28, 2024
1 parent 0d5b97f commit ee55b9b
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Node 16
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20.5.1
- name: Install dependencies
run: |
npm i
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.2
20.5.1
9 changes: 8 additions & 1 deletion dev.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## Build Setup

```shell
# install dependencies
# current versions are:
# node 20.5.1
# npm 9.8.0
# yarn 1.22.21

npm install -g yarn

# install dependencies
yarn install

# dev server
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"pinia": "^2.0.15",
"sass": "^1.53.0",
"vue": "^3.2.25",
"vue-i18n": "^9.1.10"
"vue-i18n": "^9.1.10",
"yarn": "^1.22.21"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^5.0.0",
Expand Down
Loading

0 comments on commit ee55b9b

Please sign in to comment.