Skip to content

Commit

Permalink
Merge pull request #338 from lo1tuma/node20
Browse files Browse the repository at this point in the history
Include Node.js v20 in continuous integration pipeline
  • Loading branch information
screendriver committed Sep 25, 2023
2 parents dd6522d + 4f2aefa commit 9a2eb49
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [14, 16, 18, 20]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9a2eb49

Please sign in to comment.