From c28f932a565e4a625b585e0387fc753c8ecc9378 Mon Sep 17 00:00:00 2001 From: Victor Pena Date: Sun, 5 May 2024 20:43:09 -0400 Subject: [PATCH] changed node version --- .github/workflows/release-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 3cf037e..7a74e77 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 20 - run: npm ci - run: npm test @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 20 registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish