Skip to content

Commit a516314

Browse files
authored
chore: fix action
1 parent 12abd81 commit a516314

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
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-latest, windows-latest]
8-
node: [10.13, 12, 14, 15]
8+
node: [10.18, 12, 14, 15]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)