Skip to content

Commit

Permalink
Upgrading Nuxt to 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PABERTHIER committed Jun 17, 2024
1 parent 19f9526 commit 02eb4a6
Show file tree
Hide file tree
Showing 4 changed files with 3,278 additions and 2,586 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'

- name: Display Node.js version
run: node --version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introdu

## Setup to launch the SPA

Try to use the latest version of Node.js (using the 20.10.0 for Nuxt 3.9 for example).
Try to use the latest version of Node.js (using the 22.00.0 for Nuxt 3.12.2 for example).

To switch from Node version, you can use NVM or FNM.
For NVM:
Expand Down
4 changes: 2 additions & 2 deletions ReleaseManager/Nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "^3.9.0",
"nuxt": "^3.12.2",
"prettier": "^2.8.7",
"typescript": "^5.0.3",
"typescript": "^5.4.5",
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 02eb4a6

Please sign in to comment.