From 052907a79e23a7f5d33c94e52899cf5267c3b86e Mon Sep 17 00:00:00 2001 From: "R.Brown" Date: Mon, 27 May 2024 20:02:02 +0200 Subject: [PATCH] Update netlicensing-js-release.yml --- .github/workflows/netlicensing-js-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/netlicensing-js-release.yml b/.github/workflows/netlicensing-js-release.yml index f259e18..2f908c9 100644 --- a/.github/workflows/netlicensing-js-release.yml +++ b/.github/workflows/netlicensing-js-release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - run: npm ci - run: npm test @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish