Skip to content

Commit

Permalink
Use alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Sep 27, 2022
1 parent fe6af24 commit 93e06e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- arangodb/arangodb-preview:3.10-nightly

container:
image: node:${{ matrix.node-version }}
image: node:${{ matrix.node-version }}-alpine

services:
arangodb:
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: apt-get update && apt-get install jq -y
- run: apk add jq
- run: npm install -g npm@8
- run: npm install
- run: npm test
Expand Down

0 comments on commit 93e06e2

Please sign in to comment.