build(deps-dev): bump @types/node
[poolifier.git] / .github / workflows / publish-package.yml
index 58adce749c1e468009ce755150a2b1756fc496d4..23a9b60995d92f12f7ebe073a757d1683a272d9c 100644 (file)
@@ -20,7 +20,7 @@ jobs:
       - name: Setup Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: '18.x'
+          node-version: '20.x'
           cache: 'pnpm'
 
       - name: Install Dependencies
@@ -53,7 +53,7 @@ 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'
 
@@ -101,7 +101,7 @@ 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'