Skip to content

Commit

Permalink
Merge pull request #228 from Thiht/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Thiht authored Nov 14, 2021
2 parents d5d284b + 113550a commit a0773a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '^1.16.0'
go-version: '^1.17.0'

- run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '^1.16.0'
go-version: '^1.17.0'

- uses: satackey/[email protected]
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ COPY Makefile main.go ./
COPY server/ ./server/
RUN make VERSION=$VERSION COMMIT=$COMMIT RELEASE=1 build

FROM node:14-alpine AS build-frontend
FROM node:16-alpine AS build-frontend
WORKDIR /wd
ENV PARCEL_WORKERS 1
# node-gyp dependencies: https://github.com/nodejs/node-gyp#on-unix
RUN apk add --no-cache g++ make python
RUN apk add --no-cache g++ make python3
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
COPY tsconfig.json ./
Expand Down

0 comments on commit a0773a8

Please sign in to comment.