Skip to content

Commit d5313cb

Browse files
committed
chore: Test with node 18
1 parent 694310e commit d5313cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [14, 16]
19+
node: [14, 16, 18]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)