build(deps-dev): bump @typescript-eslint/eslint-plugin
[poolifier.git] / .github / workflows / publish-package.yml
index ef3fc5fe24cd533810431f0da32be922f0934447..23a9b60995d92f12f7ebe073a757d1683a272d9c 100644 (file)
@@ -20,11 +20,11 @@ jobs:
       - name: Setup Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: '18.x'
+          node-version: '20.x'
           cache: 'pnpm'
 
       - name: Install Dependencies
-        run: pnpm install --ignore-scripts
+        run: pnpm install --ignore-scripts --frozen-lockfile
 
       - name: Tests & Coverage
         run: |
@@ -53,12 +53,12 @@ jobs:
       - name: Setup Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: '18.x'
+          node-version: '20.x'
           registry-url: https://registry.npmjs.org/
           cache: 'pnpm'
 
       - name: Install Dependencies
-        run: pnpm install --ignore-scripts
+        run: pnpm install --ignore-scripts --frozen-lockfile
 
       - name: Read package.json version
         id: package-version
@@ -101,12 +101,12 @@ jobs:
   #     - name: Setup Node.js
   #       uses: actions/setup-node@v3
   #       with:
-  #         node-version: '18.x'
+  #         node-version: '20.x'
   #         registry-url: https://npm.pkg.github.com
   #         cache: 'pnpm'
 
   #     - name: Install Dependencies
-  #       run: pnpm install --ignore-scripts
+  #       run: pnpm install --ignore-scripts --frozen-lockfile
 
   #     - name: Read package.json version
   #       id: package-version