We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d03120 commit ba5a0fbCopy full SHA for ba5a0fb
.github/workflows/ci.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- arango-image: ['arangodb:3.8', 'arangodb:3.11', 'arangodb:3.12']
9
- node-version: [18.x, 20.x, 22.x]
+ arango-image: ["arangodb:3.8", "arangodb:3.11", "arangodb:3.12"]
+ node-version: [20.x, 22.x]
10
steps:
11
- uses: actions/checkout@v2
12
- name: Use Node.js ${{ matrix.node-version }}
@@ -28,7 +28,7 @@ jobs:
28
29
- uses: actions/setup-node@v1
30
with:
31
- node-version: 18
+ node-version: 22
32
registry-url: https://registry.npmjs.org/
33
- run: npm ci
34
- run: npm publish --tag next
0 commit comments