Skip to content

Commit

Permalink
feat(ci): check node 18 as well
Browse files Browse the repository at this point in the history
Added Node 18 to CI Check
  • Loading branch information
lubber-de authored Oct 19, 2022
1 parent dbb503f commit 9773a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 9773a1d

Please sign in to comment.