diff --git a/.github/workflows/pusblish.yml b/.github/workflows/pusblish.yml index 0e32bec..c523c9f 100644 --- a/.github/workflows/pusblish.yml +++ b/.github/workflows/pusblish.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '16' # Adjust to the version you're using + node-version: '20' # Adjust to the version you're using registry-url: 'https://registry.npmjs.org/' # Step 3: Install dependencies