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 Mar 20, 2024
1 parent d301f53 commit 3f2abcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
arangodb-version:
- arangodb/arangodb:3.10.13
- arangodb/enterprise:3.10.13
Expand All @@ -34,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 Down Expand Up @@ -67,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 3f2abcc

Please sign in to comment.