From ab0e0f8b599584b11cad9f712965ea29408abebf Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Fri, 20 Dec 2024 10:03:24 +0000 Subject: [PATCH] use node v20 --- .github/workflows/ci-build-ts.yml | 2 +- .github/workflows/ci-lint-typescript.yml | 2 +- explorer-nextjs/package.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-ts.yml b/.github/workflows/ci-build-ts.yml index 934f855c5fd..c596cfdb6fd 100644 --- a/.github/workflows/ci-build-ts.yml +++ b/.github/workflows/ci-build-ts.yml @@ -19,7 +19,7 @@ jobs: - uses: rlespinasse/github-slug-action@v3.x - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Setup yarn run: npm install -g yarn - name: Build diff --git a/.github/workflows/ci-lint-typescript.yml b/.github/workflows/ci-lint-typescript.yml index 0f3aa78fa09..f3801383005 100644 --- a/.github/workflows/ci-lint-typescript.yml +++ b/.github/workflows/ci-lint-typescript.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Setup yarn run: npm install -g yarn diff --git a/explorer-nextjs/package.json b/explorer-nextjs/package.json index 8b3e6b8a577..0f19dbafcba 100644 --- a/explorer-nextjs/package.json +++ b/explorer-nextjs/package.json @@ -8,6 +8,9 @@ "start": "next start", "lint": "biome check --fix" }, + "engines": { + "node": ">=20.0.0" + }, "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.4", "@cosmjs/proto-signing": "^0.32.4",