From 7e23a0777d13b3a689c16a52415e9119e9b33660 Mon Sep 17 00:00:00 2001 From: zglicz Date: Fri, 3 May 2024 14:32:40 +0200 Subject: [PATCH] Increase node version on release from Node 12 -> 18 (#471) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 271f47eb..c05c7cf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 - run: mv .github/workflows/.npmrc .npmrc - name: Publish npm package env: