Skip to content

Commit

Permalink
Include Node.js v20 in continuous integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Sep 25, 2023
1 parent dd6522d commit 4f2aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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 4f2aefa

Please sign in to comment.