X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fnpmpublish.yml;h=e32ce385eeb62d08f0d8bc2bee7deed7c9e130c2;hb=022347572b054daf7f718eea07f25c5e54fd6693;hp=8840dd9903a09a0d2d7c1a7a1166c04ffaf81a40;hpb=8fddc4b99db0faa9e922d2c0d9d44c00a105374a;p=poolifier.git diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 8840dd99..e32ce385 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' - name: Install run: npm ci @@ -42,7 +42,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: https://registry.npmjs.org/ - name: Read package.json version