From 60a18bc1e814954b0994a1175c70c98e738f75a0 Mon Sep 17 00:00:00 2001 From: Outsider Date: Tue, 26 Apr 2022 20:51:36 +0900 Subject: [PATCH] ci: add Node 18 Signed-off-by: Outsider --- .github/workflows/mocha.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index 18fd35ef65..771d243d1f 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -19,17 +19,17 @@ jobs: outputs: pr-id: ${{ steps.findPr.outputs.number }} steps: - - name: Check event pull_request - if: github.event_name == 'pull_request' - run: 'echo pull_request: run workflow' - - uses: actions/checkout@v2 - if: github.event_name == 'push' - - name: Check event push - id: findPr - if: github.event_name == 'push' - uses: jwalton/gh-find-current-pr@v1 - with: - state: open + - name: Check event pull_request + if: github.event_name == 'pull_request' + run: 'echo pull_request: run workflow' + - uses: actions/checkout@v2 + if: github.event_name == 'push' + - name: Check event push + id: findPr + if: github.event_name == 'push' + uses: jwalton/gh-find-current-pr@v1 + with: + state: open smoke: name: 'Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]' @@ -44,7 +44,7 @@ jobs: node: - 14 - 16 - - 17 + - 18 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -88,7 +88,7 @@ jobs: node: - 14 - 16 - - 17 + - 18 include: - os: ubuntu-latest node: 16