Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLOCKS-345 update gh actions to node18 #436

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/po-review/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine

LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks"

Expand Down
4 changes: 2 additions & 2 deletions docker/testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion github_actions/gh-deploy-new-develop-on-webtest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine

LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks"

Expand Down
2 changes: 1 addition & 1 deletion github_actions/gh-pages-deploy-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine

LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks"

Expand Down
2 changes: 1 addition & 1 deletion github_actions/jest-testing-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine

LABEL org.opencontainers.image.authors="Catblocks https://github.com/Catrobat/Catblocks"

Expand Down
Loading