Skip to content

Commit

Permalink
Bump node from 14.17.0 to 20.2.0 in /.docker (#759)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* give permissions to labeler-action ref:actions/labeler#12

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>
  • Loading branch information
dependabot[bot] and chormaz committed Sep 13, 2023
1 parent 217af06 commit 68f8a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on: [pull_request]

jobs:
label:
permissions:
checks: write
contents: read
pull-requests: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 68f8a73

Please sign in to comment.