Skip to content

Commit

Permalink
fix: Update node to 20 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed May 13, 2023
1 parent 3074108 commit dbedee1
Show file tree
Hide file tree
Showing 14 changed files with 6,864 additions and 6,857 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
cache: "yarn"

- uses: actions/cache/restore@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
cache: "yarn"

- uses: actions/cache/restore@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".node-version"
cache: "yarn"

- run: yarn install --immutable
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.1.0
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

876 changes: 876 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.43.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.43.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Oishi Takanori (BICSTONE) ポートフォリオ & ブログ
# Oishi Takanori (@bicstone) ポートフォリオ & ブログ

![GitHub Actions による CI check の結果](https://github.com/bicstone/portfolio/actions/workflows/test.yml/badge.svg?branch=main)
![GitHub Actions による本番環境へのデプロイの結果](https://github.com/bicstone/portfolio/actions/workflows/deploy-to-prod.yml/badge.svg?branch=main)
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,9 @@
"last 3 ChromeAndroid major versions",
"last 3 iOS major versions"
],
"packageManager": "yarn@3.5.1"
"volta": {
"node": "20.1.0",
"yarn": "4.0.0-rc.43"
},
"packageManager": "yarn@4.0.0-rc.43"
}
6 changes: 3 additions & 3 deletions src/constants/SITE_METADATA.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const SITE_METADATA = {
title: "Oishi Takanori Portfolio",
blogTitle: "まっしろブログ",
shortTitle: "BICSTONE",
shortTitle: "bicstone",
siteUrl: process.env.GATSBY_SITE_URL ?? "https://bicstone.me",
description:
"Webディベロッパー/機械エンジニア Oishi Takanori (BICSTONE) のポートフォリオサイトです。",
author: "BICSTONE",
"Webディベロッパー/機械エンジニア おおいし (@bicstone) のポートフォリオサイトです。",
author: "bicstone",
image: "/android-chrome-512x512.png",
image192: "/android-chrome-192x192.png",
imageAvatar: "/avatar.svg",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/TRANSLATION.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const TRANSLATION = {
normal:
"ニコニコした Oishi Takanori の似顔絵。クリックするとアニメーションを開始します。",
},
title: "Oishi Takanori (BICSTONE)",
title: "おおいし (@bicstone)",
zenn: {
title: "Zenn",
url: "https://zenn.dev/bicstone",
Expand Down
2 changes: 1 addition & 1 deletion static
Loading

0 comments on commit dbedee1

Please sign in to comment.