Skip to content

Commit

Permalink
bumo node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Nov 17, 2023
1 parent fa00d50 commit a48ba6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=18.13.0
ARG NODE_VERSION=20.3.0

# Build
FROM node:${NODE_VERSION}-alpine as build-stage
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.brain.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=18.13.0
ARG NODE_VERSION=20.3.0

###############
# BUILD stage #
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.webpack
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=18.13.0
ARG NODE_VERSION=20.3.0

###############
# BUILD stage #
Expand Down

0 comments on commit a48ba6b

Please sign in to comment.