From 7a9153a7645eca37cbb030ddcfe87acbbff79495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 03:48:09 +0000 Subject: [PATCH] Update all dependencies --- .github/docker/nodejs-example/Dockerfile | 2 +- .github/docker/unit-test/Dockerfile | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/docker/nodejs-example/Dockerfile b/.github/docker/nodejs-example/Dockerfile index 4c81faf..949e4a5 100644 --- a/.github/docker/nodejs-example/Dockerfile +++ b/.github/docker/nodejs-example/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-buster-slim +FROM node:19-buster-slim # Prefer node package manager that more efficient RUN npm i -g pnpm diff --git a/.github/docker/unit-test/Dockerfile b/.github/docker/unit-test/Dockerfile index be6edcf..cce19cc 100644 --- a/.github/docker/unit-test/Dockerfile +++ b/.github/docker/unit-test/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-buster-slim +FROM node:19-buster-slim # Prefer node package manager that more efficient RUN npm i -g pnpm diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b4b625..c850c10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,10 +17,10 @@ jobs: timeout-minutes: 6 # Usually this will be finish under 6 minutes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ⚙ Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 365c715..83336fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: timeout-minutes: 6 # Usually this will be finish under 6 minutes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ⚙ Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 registry-url: https://registry.npmjs.org/