diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0a7b297..9c6a1fc 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -10,11 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 18 - registry-url: https://registry.npmjs.org/ - name: Install the dependencies run: npm i