Skip to content

Commit

Permalink
fix(build): update docker image and yarn version (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Nov 14, 2023
1 parent c942aac commit 162ac0f
Show file tree
Hide file tree
Showing 6 changed files with 2,299 additions and 2,280 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18-alpine

# install git, necessary for github dependencies
RUN apk add --no-cache git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@
"pages/api/__coverage__.js"
]
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit 162ac0f

Please sign in to comment.