diff --git a/.github/workflows/code-validation.yml b/.github/workflows/code-validation.yml index 157e8bf..38864fd 100644 --- a/.github/workflows/code-validation.yml +++ b/.github/workflows/code-validation.yml @@ -11,11 +11,11 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: NPM auth, install and build run: | - npm set https://registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN + npm set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN yarn install --inmutable yarn build yarn lint diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 1416e6c..5084143 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -16,11 +16,11 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: NPM auth, install and build run: | - npm set https://registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN + npm set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN yarn install --inmutable yarn build