Skip to content

Commit

Permalink
chore(test): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BR1G00 committed Apr 16, 2024
1 parent 82e3159 commit a2cddce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Tests
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 0 1 * *"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14', '16' ]
node: ["18", "20"]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a2cddce

Please sign in to comment.