diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5123f929d..f5b0cc5d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - name: ⎔ Setup node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 525b98e73..708dffe1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - name: ⎔ Setup node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: cache: npm @@ -53,7 +53,7 @@ jobs: persist-credentials: false - name: ⎔ Setup node ${{ matrix.node }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: ${{ matrix.node }} cache: npm diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f82050bf8..b99e2fda4 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: ⎔ Setup node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: cache: npm cache-dependency-path: website/package-lock.json diff --git a/package.json b/package.json index 8b950c296..cc6457208 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/htmlhint/HTMLHint.git" + "url": "https://github.com/htmlhint/HTMLHint.git" }, "funding": { "type": "Open Collective", diff --git a/website/package.json b/website/package.json index 948bd3cec..4159a64f2 100644 --- a/website/package.json +++ b/website/package.json @@ -37,6 +37,6 @@ "node": ">=20" }, "volta": { - "node": "20.19.2" + "node": "20.19.4" } }