Skip to content

Commit

Permalink
Chore(ci): Test builds also on Node.js v20
Browse files Browse the repository at this point in the history
refs #DS-809
  • Loading branch information
literat committed Jan 23, 2024
1 parent 0fa635a commit ab690df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
# supporting primarily LTS
node-version: [16, 18]
node-version: [16, 18, 20]

steps:
- name: Checkout
Expand Down

0 comments on commit ab690df

Please sign in to comment.