お探しのページはありませんでした。
+404 Not Found
++ mainに戻る +
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
+説明テスト
改行のテスト