Skip to content

Commit 42464d3

Browse files
committed
Update CI config
1 parent 75d3e56 commit 42464d3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Tests
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
- "!dependabot/**"
8+
pull_request:
9+
workflow_dispatch:
410

511
env:
612
FORCE_COLOR: 2
@@ -13,8 +19,8 @@ jobs:
1319
strategy:
1420
fail-fast: false
1521
matrix:
16-
node: [14, 16, 18]
1722
os: [ubuntu-latest, windows-latest]
23+
node: [14, 16, 18, 20]
1824

1925
steps:
2026
- name: Clone repository

0 commit comments

Comments
 (0)