Skip to content

Commit

Permalink
ci: use node 12, 14, 16, 18 (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus authored Apr 26, 2022
1 parent 0940bd9 commit e543213
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: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x, 18.x]
opa-version:
- 0.30.2 # last version with ABI 1.1, 0.31.0+ has ABI 1.2
- 0.39.0 # 0.35.0 is the first release with https://github.com/open-policy-agent/opa/pull/4055
Expand Down

0 comments on commit e543213

Please sign in to comment.