Skip to content

Commit

Permalink
chore: run CI on Node 18 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 15, 2022
1 parent 8882e41 commit 1d62d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [12, 14, 16]
node: [12, 14, 16, 18]
runs-on: ubuntu-latest
steps:
- name: 馃洃 Cancel Previous Runs
Expand Down

0 comments on commit 1d62d1b

Please sign in to comment.