Skip to content

Commit

Permalink
chore: run ci on node 10.x
Browse files Browse the repository at this point in the history
Signed-off-by: Aron Carroll <aron.carroll@snyk.io>
  • Loading branch information
aron committed Dec 18, 2021
1 parent 02f7d76 commit 778b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
node-version: [10.x, 12.x, 14.x]
opa-version:
- 0.30.2 # last version with ABI 1.1, 0.31.0+ has ABI 1.2
- 0.35.0 # first release with https://github.com/open-policy-agent/opa/pull/4055
Expand Down

0 comments on commit 778b37a

Please sign in to comment.