Skip to content

Commit 682eacf

Browse files
fix: update workflow to include test for v20 of node
1 parent 920d8bb commit 682eacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_format_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
73-
node-version: [14.x, 16.x, 18.x]
73+
node-version: [14.x, 16.x, 18.x, 20.x]
7474
fail-fast: false
7575
steps:
7676
- name: Check out repository

0 commit comments

Comments
 (0)