diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index 6544d9b..cfeb0e2 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -9,4 +9,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Update Links - uses: vixshan/update-links@v1 \ No newline at end of file + uses: vixshan/update-links@v1 + with: + node-version: '20' + + - name: Install dependencies + run: npm install