Skip to content

Commit

Permalink
Merge pull request #33 from neo4j-labs/feature/migrate-to-needle-vers…
Browse files Browse the repository at this point in the history
…ion-3

fix: node version
  • Loading branch information
msenechal authored Nov 25, 2024
2 parents 8695a32 + ff627de commit 70d8059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test/Deploy Master
name: Test/Deploy dev

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 70d8059

Please sign in to comment.