From 88ce1ed9cb929a32aac4816e416a818b6a7ae9c6 Mon Sep 17 00:00:00 2001 From: Albert Olive Date: Tue, 15 Oct 2024 14:04:27 +0200 Subject: [PATCH] fix: fix npm publish node version --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b3750982..b2f9354f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -32,7 +32,7 @@ jobs: - name: Setup .npmrc file for publish uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: "https://registry.npmjs.org" - name: Configure Git User diff --git a/package.json b/package.json index 1515080c..a553f372 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "access": "restricted" }, "engines": { - "node": ">=16" + "node": ">=18" }, "config": { "commitizen": {