From aa049b65283c66e8e55ddabd31ebafd4220ff571 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sat, 21 Dec 2024 17:13:21 +0100 Subject: [PATCH] Update node version to 18 --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3beb1e..0a50270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '18.x' cache: 'yarn' cache-dependency-path: 'frontend/yarn.lock' - uses: actions/setup-go@v5 @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '18.x' cache: 'yarn' cache-dependency-path: 'frontend/yarn.lock' - uses: actions/setup-go@v5 diff --git a/README.md b/README.md index 4441a95..38a85b2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ External Dependencies: ```yaml cc: anything that compiles SQLite 3 go: >= 1.16 -node.js: >= 12 +node.js: >= 18 yarn: >= 1 ```