Skip to content

Commit

Permalink
windows build - upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Dec 25, 2023
1 parent ea1f026 commit baf1eed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 18.17.1
cache: 'npm'
cache-dependency-path: 'frontend/package-lock.json'

Expand Down
2 changes: 1 addition & 1 deletion docs/Development-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites
- Python 3.11
- Node.js 16.16.0
- Node.js 18.17.1
- pyinstaller 5.5 (installed globally from `pip`)
- nodemon (installed globally from `npm`)
- wt (windows terminal)
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "myapp",
"name": "discord-json-viewer",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down

0 comments on commit baf1eed

Please sign in to comment.