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 925ea79
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 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,16 +12,14 @@ 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: "latest"

steps:
- uses: actions/checkout@v2

- name: Install Javascript
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.js_version }}"

Expand Down

0 comments on commit 925ea79

Please sign in to comment.