Skip to content

Commit

Permalink
Limit to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jul 14, 2021
1 parent 56e58c9 commit 10d0b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
fail-fast: false
matrix:
db: ['mssql', 'mysql', 'postgres', 'maria', 'sqlite3']
node-version: ['12-alpine', '14-alpine', '16-alpine']
# node-version: ['12-alpine', '14-alpine', '16-alpine']
node-version: ['16-alpine']
env:
CACHED_IMAGE: ghcr.io/directus/directus-e2e-test-cache:${{ matrix.node-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORKDIR /directus

COPY . .

RUN npm install && npx lerna bootstrap
RUN npm install

WORKDIR /directus/api

Expand Down

0 comments on commit 10d0b56

Please sign in to comment.