From a3c86ce84df8609a880009d6f3c151ddd51545dc Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Sat, 22 Jun 2024 19:00:58 +0200 Subject: [PATCH] chore: use node v18 (#42) --- .github/workflows/main.yml | 2 +- .nvmrc | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7743e0f..90d9a95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 - uses: pnpm/action-setup@v2 with: diff --git a/.nvmrc b/.nvmrc index 7ea6a59..eb800ed 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.11.0 +v18.19.0 diff --git a/package.json b/package.json index 01f8290..cfbb84c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "commit-msg": "pnpm commitlint --edit $1" }, "engines": { - "node": ">=20.11" + "node": ">=18" }, "packageManager": "pnpm@8.15.6", "peerDependencies": {