Skip to content

Commit

Permalink
Merge pull request #76 from sasarafu/chore/update-node
Browse files Browse the repository at this point in the history
Node.jsのバージョンアップ
  • Loading branch information
sasarafu authored Apr 5, 2024
2 parents 51a2aeb + 61ee2d8 commit 4ceb5cc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: false

env:
NODE_VERSION: '18.x'
NODE_VERSION: '20.x'
NUXT_PUBLIC_NATALIE_ENV: 'dev'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: false

env:
NODE_VERSION: '18.x'
NODE_VERSION: '20.x'
NUXT_PUBLIC_NATALIE_ENV: ${{ github.sha }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: false

env:
NODE_VERSION: '18.x'
NODE_VERSION: '20.x'

jobs:
test-pr:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
engine-strict=true
shamefully-hoist=true
strict-peer-dependencies=false
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"version": "0.1.0",
"author": "sasarafu <[email protected]>",
"private": true,
"packageManager": "[email protected]+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc",
"engines": {
"node": "20"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand Down

0 comments on commit 4ceb5cc

Please sign in to comment.