Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Aug 23, 2023
1 parent 81b38b9 commit aad62d9
Show file tree
Hide file tree
Showing 6 changed files with 1,984 additions and 9,634 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build:vue
- run: npm run lint
- run: npm t
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Run `npm run build` and you're ready to ship/deploy: Web App, Windows Installer,

* **Vue 3** - Frontend framework
* **NW.js** - Desktop App runtime environment
* Chromium 107
* Node.js 19.0.0
* Chromium 116
* Node.js 20.5.0
* **Vue-DevTools** - Built in to the Chromium dev tools
* **Vite** - Dev Server/Bundler/App build tool
* **Pinia** - Global State Management
Expand Down Expand Up @@ -77,7 +77,7 @@ Or even directly from the template (with some slight changes to work within the
1. Install a Node version manager:
* [volta.sh](https://volta.sh) - Win/Lin/OSX
* [nvm](https://github.com/nvm-sh/nvm) - Lin/OSX
1. Install and use Node 19.0.0 (`node -v`)
1. Install and use Node 20.5.0 (`node -v`)
1. Run `npm install`
1. Run `npm start`

Expand Down
Loading

0 comments on commit aad62d9

Please sign in to comment.