Skip to content

Commit

Permalink
Merge pull request #861 from PUGX/feat/bump-version-node-and-deps
Browse files Browse the repository at this point in the history
feat: bump version node and deps
  • Loading branch information
JellyBellyDev committed Oct 13, 2022
2 parents 67a09c0 + b4621d3 commit 5f776ac
Show file tree
Hide file tree
Showing 4 changed files with 5,958 additions and 2,021 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Yarn install
uses: actions/setup-node@v2
with:
node-version: '16.13.1'
node-version: '16.17.1'
- run: yarn install

- name: Rebuild sass
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:

node:
container_name: badge-poser-node
image: node:16.13.1-alpine3.12
image: node:16.17.1-alpine3.16
user: "node"
working_dir: /application
volumes:
Expand Down
2 changes: 1 addition & 1 deletion sys/docker/common/Dockerfile.assets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13.1-alpine3.12 AS jsbuilder
FROM node:16.17.1-alpine3.16 AS jsbuilder

WORKDIR /application

Expand Down
Loading

0 comments on commit 5f776ac

Please sign in to comment.