Skip to content

Commit

Permalink
feat(ci): add node version 20 to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Mar 22, 2023
1 parent 169fc32 commit 7d6c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Run the steps below with the following versions of Node.js
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
services:
neo4j:
image: neo4j
Expand Down

0 comments on commit 7d6c12a

Please sign in to comment.