Skip to content

Commit

Permalink
Merge pull request #3399 from tarlepp/chore(env)/nodejs-update
Browse files Browse the repository at this point in the history
Chore(env) - Node.js update
  • Loading branch information
tarlepp authored Dec 28, 2024
2 parents 5f28f80 + c1d0024 commit 4cfce21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Make checkout
uses: actions/[email protected]

- name: Use Node.js 23.3.0
- name: Use Node.js 23.5.0
uses: actions/[email protected]
with:
node-version: 23.3.0
node-version: 23.5.0

- name: Install dependencies
run: yarn install
Expand All @@ -45,10 +45,10 @@ jobs:
- name: Make checkout
uses: actions/[email protected]

- name: Use Node.js 23.3.0
- name: Use Node.js 23.5.0
uses: actions/[email protected]
with:
node-version: 23.3.0
node-version: 23.5.0

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -84,10 +84,10 @@ jobs:
- name: Make checkout
uses: actions/[email protected]

- name: Use Node.js 23.3.0
- name: Use Node.js 23.5.0
uses: actions/[email protected]
with:
node-version: 23.3.0
node-version: 23.5.0

- name: Install dependencies
run: yarn install
Expand All @@ -103,10 +103,10 @@ jobs:
- name: Make checkout
uses: actions/[email protected]

- name: Use Node.js 23.3.0
- name: Use Node.js 23.5.0
uses: actions/[email protected]
with:
node-version: 23.3.0
node-version: 23.5.0

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fetch build image
FROM node:23.3.0-slim as build
FROM node:23.5.0-slim as build

# Copy sources to container
COPY ./ /src/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fetch used node image
FROM node:23.3.0-slim
FROM node:23.5.0-slim

# Let's use bash as a default shell with login each time
SHELL ["/bin/bash", "--login", "-c"]
Expand Down

0 comments on commit 4cfce21

Please sign in to comment.