Skip to content

Commit

Permalink
version bump for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Sep 5, 2023
1 parent 4f7892b commit effc811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@v3
with:
node-version: '16.17.1'
node-version: '18.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 @@ -53,7 +53,7 @@ services:

node:
container_name: badge-poser-node
image: node:18.16.0-alpine3.16
image: node:18.17.1-alpine3.18
user: "node"
working_dir: /application
volumes:
Expand Down

0 comments on commit effc811

Please sign in to comment.