From b106f48233bc60dbed4ae856a71494fb0d6899ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:05:17 +0200 Subject: [PATCH] Bump node from 14.17.0 to 20.2.0 in /.docker (#759) * Bump node from 14.17.0 to 20.2.0 in /.docker Bumps node from 14.17.0 to 20.2.0. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * give permissions to labeler-action ref:https://github.com/actions/labeler/issues/12 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Alejandro Hormazabal Martin --- .docker/Dockerfile | 2 +- .github/workflows/label.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 6593ed298..6a1b2bea9 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,5 +1,5 @@ # build environment -FROM node:14.17.0 as build +FROM node:20.2.0 as build WORKDIR /app COPY . /app RUN yarn install diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 14c831562..218dc5c3a 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -10,6 +10,10 @@ on: [pull_request] jobs: label: + permissions: + checks: write + contents: read + pull-requests: write runs-on: ubuntu-latest steps: