Skip to content

Commit a2cddce

Browse files
committed
chore(test): update versions
1 parent 82e3159 commit a2cddce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: "0 0 1 * *"
37
jobs:
48
build:
59
runs-on: ubuntu-latest
610
strategy:
711
matrix:
8-
node: [ '12', '14', '16' ]
12+
node: ["18", "20"]
913
name: Node ${{ matrix.node }} sample
1014
steps:
1115
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)