Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed Jun 10, 2022
1 parent 1376c03 commit bdf6f54
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 891 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: |
npm i --legacy-peer-deps
npm i
- name: Compile
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: |
npm i --legacy-peer-deps
npm i
- name: Compile and lint
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache autoconf automake alpine-sdk

COPY package*.json ./

RUN npm install --legacy-peer-deps
RUN npm install

COPY src ./src
COPY config ./config
Expand Down

0 comments on commit bdf6f54

Please sign in to comment.