diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2ed9f2d..90caf86 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - run: npm install - run: node index.js - name: Config