Skip to content

Commit 60a18bc

Browse files
committedApr 26, 2022
ci: add Node 18
Signed-off-by: Outsider <outsideris@gmail.com>
1 parent f6695f0 commit 60a18bc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
 

‎.github/workflows/mocha.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
outputs:
2020
pr-id: ${{ steps.findPr.outputs.number }}
2121
steps:
22-
- name: Check event pull_request
23-
if: github.event_name == 'pull_request'
24-
run: 'echo pull_request: run workflow'
25-
- uses: actions/checkout@v2
26-
if: github.event_name == 'push'
27-
- name: Check event push
28-
id: findPr
29-
if: github.event_name == 'push'
30-
uses: jwalton/gh-find-current-pr@v1
31-
with:
32-
state: open
22+
- name: Check event pull_request
23+
if: github.event_name == 'pull_request'
24+
run: 'echo pull_request: run workflow'
25+
- uses: actions/checkout@v2
26+
if: github.event_name == 'push'
27+
- name: Check event push
28+
id: findPr
29+
if: github.event_name == 'push'
30+
uses: jwalton/gh-find-current-pr@v1
31+
with:
32+
state: open
3333

3434
smoke:
3535
name: 'Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]'
@@ -44,7 +44,7 @@ jobs:
4444
node:
4545
- 14
4646
- 16
47-
- 17
47+
- 18
4848
steps:
4949
- uses: actions/checkout@v2
5050
- uses: actions/setup-node@v2
@@ -88,7 +88,7 @@ jobs:
8888
node:
8989
- 14
9090
- 16
91-
- 17
91+
- 18
9292
include:
9393
- os: ubuntu-latest
9494
node: 16

0 commit comments

Comments
 (0)