From e524bb74f04e82da077d1f743fb142dee1c2372a Mon Sep 17 00:00:00 2001 From: Michael Flucher Date: Sat, 17 Jun 2023 09:53:57 +0200 Subject: [PATCH] BLOCKS-345 update gh actions to node18 --- .github/workflows/pull_request_actions.yml | 2 +- docker/po-review/Dockerfile | 2 +- docker/testing/Dockerfile | 4 ++-- github_actions/gh-deploy-new-develop-on-webtest/Dockerfile | 2 +- github_actions/gh-pages-deploy-action/Dockerfile | 2 +- github_actions/jest-testing-action/Dockerfile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull_request_actions.yml b/.github/workflows/pull_request_actions.yml index 2466f1224..2982942b5 100644 --- a/.github/workflows/pull_request_actions.yml +++ b/.github/workflows/pull_request_actions.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - name: Install Yarn run: npm install -g yarn - run: yarn install diff --git a/docker/po-review/Dockerfile b/docker/po-review/Dockerfile index 08c84aa39..c33c7ecb6 100644 --- a/docker/po-review/Dockerfile +++ b/docker/po-review/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:18-alpine LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks" diff --git a/docker/testing/Dockerfile b/docker/testing/Dockerfile index 4b9483138..152d14a5f 100644 --- a/docker/testing/Dockerfile +++ b/docker/testing/Dockerfile @@ -1,6 +1,6 @@ -FROM node:10-alpine +FROM node:18-alpine -MAINTAINER Catblocks "https://github.com/Catrobat/Catblocks" +LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks" ARG REPO="https://github.com/Catrobat/Catblocks.git" ARG SHAREROOT="https://share.catrob.at/app/download/" diff --git a/github_actions/gh-deploy-new-develop-on-webtest/Dockerfile b/github_actions/gh-deploy-new-develop-on-webtest/Dockerfile index a47b8173b..95c236286 100644 --- a/github_actions/gh-deploy-new-develop-on-webtest/Dockerfile +++ b/github_actions/gh-deploy-new-develop-on-webtest/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:18-alpine LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks" diff --git a/github_actions/gh-pages-deploy-action/Dockerfile b/github_actions/gh-pages-deploy-action/Dockerfile index 45423672f..202350e49 100644 --- a/github_actions/gh-pages-deploy-action/Dockerfile +++ b/github_actions/gh-pages-deploy-action/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:18-alpine LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks" diff --git a/github_actions/jest-testing-action/Dockerfile b/github_actions/jest-testing-action/Dockerfile index c81edddd7..d15914393 100644 --- a/github_actions/jest-testing-action/Dockerfile +++ b/github_actions/jest-testing-action/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:18-alpine LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks"