Skip to content

Commit e1f24a4

Browse files
authored
Merge pull request #567 from neo4j/update-workflows
Update node in GH workflows
2 parents 1dbc417 + 98a4e91 commit e1f24a4

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

.github/workflows/cla-assistant.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
persist-credentials: false
2727

28-
- name: Setup Node.js 16.x
28+
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: lts/*

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, latest]
15+
node-version: [20.x, latest]
1616

1717
steps:
1818
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)