Skip to content

Commit

Permalink
build: add node v18 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 20, 2022
1 parent e113f19 commit e20cc18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- os: ubuntu-latest
node: "17.x"
eslint: "8.x"

- os: ubuntu-latest
node: "18.x"
eslint: "8.x"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit e20cc18

Please sign in to comment.