Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Nov 1, 2023
1 parent ac5b089 commit c394a36
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Test
on:
push:
branches: ['*']
branches: ['master']
pull_request:
branches: ['*']

jobs:
test:
Expand All @@ -13,10 +12,8 @@ jobs:
matrix:
include:
### TEST MULTIPLE JS VERSIONS
- js_version: 10
- js_version: 12
- js_version: 14
- js_version: 16
- js_version: "12" # Oldest testable version
- js_version: "current"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c394a36

Please sign in to comment.