Skip to content

Commit

Permalink
chore(ci): add Node v18 to test matrix (#4876)
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Apr 26, 2022
1 parent f6695f0 commit 007fa65
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/mocha.yml
Expand Up @@ -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 }}]'
Expand All @@ -44,7 +44,7 @@ jobs:
node:
- 14
- 16
- 17
- 18
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
node:
- 14
- 16
- 17
- 18
include:
- os: ubuntu-latest
node: 16
Expand Down

0 comments on commit 007fa65

Please sign in to comment.