Update actions/setup-node action to v6
Some checks failed
Lint / lint (push) Failing after 13s
Build / build (pull_request) Failing after 24s

This commit is contained in:
2025-10-18 12:01:55 +00:00
parent f71b2a99d6
commit 4a099021cb

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-node@v3 - uses: actions/setup-node@v6
with: with:
node-version: 16 node-version: 16
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/