Skip to content

Commit b8b2466

Browse files
committed
Update node to 22.21.1
1 parent 46d9da8 commit b8b2466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
DOCKER_REPO: ghcr.io/${{ github.repository }}
1414
RUBY_VERSION: 3.4.7
15-
NODE_VERSION: 22.21.0
15+
NODE_VERSION: 22.21.1
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Build Docker image

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update -qq && \
77
rm -rf /var/lib/apt/lists /var/cache/apt/archives
88

99
# Install yarn and node
10-
ARG NODE_VERSION=22.21.0
10+
ARG NODE_VERSION=22.21.1
1111
ARG YARN_VERSION=1.22.22
1212
ENV PATH=/usr/local/node/bin:$PATH
1313
RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ && \

0 commit comments

Comments
 (0)