Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Updated Discord.js breaking changes
Updated Node.js to 16.6.1
  • Loading branch information
jef committed Aug 10, 2021
1 parent 0c589a7 commit f14a1ca
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 520 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.5.0
node-version: 16.6.1
- name: Setup build cache
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.5.0
16.6.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.5.0-alpine3.13 AS builder
FROM node:16.6.1-alpine3.13 AS builder

LABEL org.opencontainers.image.source="https://github.com/jef/streetmerchant"

Expand All @@ -16,7 +16,7 @@ COPY test/ test/
RUN npm run compile
RUN npm prune --production

FROM node:16.5.0-alpine3.13
FROM node:16.6.1-alpine3.13

RUN apk add --no-cache chromium

Expand Down
Loading

0 comments on commit f14a1ca

Please sign in to comment.