diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7ab86ae..8618328 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,24 +1,28 @@ -name: Run test on pull request +name: Node.js CI on: - pull_request: push: - branches: [ main ] + branches: [ main ] pull_request: - branches: [ main ] + branches: [ main ] jobs: - build: - runs-on: ubuntu-latest + build: - steps: - - uses: actions/checkout@v3 + runs-on: ubuntu-latest - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version-file: ./.node-version - - run: npm ci - - run: npm run build --if-present - - run: npm test - - run: npm install discord.js \ No newline at end of file + strategy: + matrix: + node-version: [12.x, 14.x, 16.x] + + steps: + - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + - run: npm ci + - run: npm run build --if-present + - run: npm test + - run: npm install discord.js \ No newline at end of file diff --git a/404.html b/404.html index f4811fa..1a0b886 100644 --- a/404.html +++ b/404.html @@ -1,21 +1,45 @@ + + -

お探しのページはありませんでした。

-

404 Not Found

- mainに戻る +
+
+

お探しのページはありませんでした。

+

404 Not Found

+
+ mainに戻る +
+ + + diff --git a/README.md b/README.md index dd2a7ff..c48f96f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # COMMANDER WEB SITE コマンダーの集い公式サイト + +#梅干しからの説明 +##script +http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js +ショートカットはこれ使ってくだせぇ( diff --git a/history/index.html b/history/index.html index ba7b5a2..87b6364 100644 --- a/history/index.html +++ b/history/index.html @@ -32,8 +32,8 @@

サーバーの歴史紹介

説明テスト
改行のテスト

- - - + + + \ No newline at end of file diff --git a/index.html b/index.html index 30f0870..4d6d6a8 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,12 @@ - コマンダーの集い公式wiki - + -