From b30ee676d56bc83ac239cf1764fc47a96bcd75b0 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Fri, 29 Nov 2024 10:09:57 +0100 Subject: [PATCH] fixup --- .github/workflows/tests.yaml | 8 ++++---- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 69fbc266..9ad62de8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,7 +31,7 @@ jobs: lfs: true - uses: actions/setup-node@v4 with: - node-version: '16.13.2' + node-version: '22.11.0' cache: yarn - name: install dependencies run: yarn install --frozen-lockfile --network-concurrency 1 @@ -124,7 +124,7 @@ jobs: lfs: true - uses: actions/setup-node@v4 with: - node-version: '16.13.2' + node-version: '22.11.0' cache: yarn - uses: actions/setup-python@v5 with: @@ -213,7 +213,7 @@ jobs: lfs: true - uses: actions/setup-node@v4 with: - node-version: '16.13.2' + node-version: '22.11.0' cache: yarn - uses: actions/setup-python@v5 with: @@ -334,7 +334,7 @@ jobs: lfs: true - uses: actions/setup-node@v4 with: - node-version: '16.13.2' + node-version: '22.11.0' cache: yarn - uses: actions/setup-python@v5 with: diff --git a/Dockerfile b/Dockerfile index d1a6161c..d3a67b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.13.2-buster-slim +FROM node:22.11.0-bookworm-slim WORKDIR /usr/src/app