Skip to content

Commit

Permalink
Merge pull request #66 from danmaq/improve-the-staff-role
Browse files Browse the repository at this point in the history
スタッフ文言調整
  • Loading branch information
danmaq authored Feb 26, 2024
2 parents 19e106f + 950e022 commit bf6c000
Show file tree
Hide file tree
Showing 8 changed files with 15,734 additions and 30,296 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rules:
# import 構文における、順序の任意並び替えを警告付きで許可する。
# 既定は無条件許可。import 部の雪だるま式肥大化問題対処のため導入。
import/order: warn
# 非推奨のメソッドやプロパティの使用を警告付きで許可する。既定は禁止。
# 既存のコードを大規模に修正するまでの、暫定的措置。
react/no-deprecated: warn
# prop-types の記述省略を許可する。既定は禁止。
# トランスパイル済みコンポーネントを TypeScript ではないプロジェクトから
# 再利用するようなシチュエーションでは必須だが、状況的に考えにくい。
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Stages the pushed branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use the specified version of Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: ${{ !env.ACT && 'npm' || '' }}
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.19.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
18.17.1
18.19.1
lts/hydrogen
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.17.1 ref:v18.17.1 lts-hydrogen lts system latest
nodejs 18.19.1 ref:v18.19.1 lts-hydrogen lts system latest
Loading

0 comments on commit bf6c000

Please sign in to comment.