Skip to content

Commit ba5a0fb

Browse files
committed
ci: drop support for Node 18
ArangoJS 10 no longer supports Node 18, and it will be EOL soon.
1 parent 0d03120 commit ba5a0fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
arango-image: ['arangodb:3.8', 'arangodb:3.11', 'arangodb:3.12']
9-
node-version: [18.x, 20.x, 22.x]
8+
arango-image: ["arangodb:3.8", "arangodb:3.11", "arangodb:3.12"]
9+
node-version: [20.x, 22.x]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Use Node.js ${{ matrix.node-version }}
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 18
31+
node-version: 22
3232
registry-url: https://registry.npmjs.org/
3333
- run: npm ci
3434
- run: npm publish --tag next

0 commit comments

Comments
 (0)