chore: update base node version

This commit is contained in:
Aravinth Manivannan 2023-10-28 15:00:25 +05:30
parent b3021c500e
commit d30b53f4ee
No known key found for this signature in database
GPG Key ID: F8F50389936984FF
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "18.0.0"
node-version: "20.0.0"
- name: Build frontend
run: make frontend

View File

@ -84,7 +84,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "18.0.0"
node-version: "20.0.0"
- uses: actions-rust-lang/setup-rust-toolchain@v1

View File

@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:18.0.0 as frontend
FROM node:20 as frontend
RUN set -ex; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive \