Skip to content

Commit

Permalink
Bump versions used in build
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Oct 13, 2023
1 parent 2adeae3 commit 201ff71
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: node:16
image: node:20

steps:
- name: Checkout current commit
Expand All @@ -26,7 +26,7 @@ jobs:
path: gh-pages

- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@7
- run: npm install -g npm@9
- run: npm install

- name: Set TAG env to devel
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
arangodb-version:
- arangodb:3.8
- arangodb:3.9
- arangodb:3.10
- arangodb:3.10.10
- arangodb:3.11.4
- arangodb/arangodb-test:devel-nightly

steps:
Expand Down
21 changes: 9 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
arangodb-version:
- arangodb/arangodb:3.9.10
- arangodb/enterprise:3.9.10
- arangodb/arangodb:3.10.6
- arangodb/enterprise:3.10.6
- arangodb/arangodb:3.11.0
- arangodb/enterprise:3.11.0
- arangodb/arangodb:3.10.10
- arangodb/enterprise:3.10.10
- arangodb/arangodb:3.11.4
- arangodb/enterprise:3.11.4
- arangodb/arangodb-test:devel-nightly
- arangodb/enterprise-test:devel-nightly

Expand All @@ -36,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: apk add jq
- run: npm install -g npm@8
- run: npm install -g npm@9
- run: npm install
- run: npm test
env:
Expand All @@ -50,9 +48,8 @@ jobs:
strategy:
matrix:
arangodb-version:
- arangodb/arangodb:3.9.10
- arangodb/arangodb:3.10.6
- arangodb/arangodb:3.11.0
- arangodb/arangodb:3.10.10
- arangodb/arangodb:3.11.4
- arangodb/arangodb-test:devel-nightly

container:
Expand All @@ -70,7 +67,7 @@ jobs:
- run: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
- run: sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- run: apt-get update && apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 --no-install-recommends -y
- run: npm install -g npm@8
- run: npm install -g npm@9
- run: npm install && npm install puppeteer
- run: node smoke-test.js

Expand Down

0 comments on commit 201ff71

Please sign in to comment.