From 8c55377d0dcfbadc7ade4ebd238c0b7750ae8531 Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Mon, 14 Nov 2022 11:11:29 +0000 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f4d2d4a2..44d5e579 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 18 - name: Install dependencies run: npm ci - name: Build @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org - name: Install dependencies run: npm ci