We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 007d11f + b1069c3 commit 33107bfCopy full SHA for 33107bf
.github/workflows/check.yaml
@@ -6,12 +6,12 @@ on:
6
pull_request:
7
jobs:
8
pull-cert-manager-website-verify:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
steps:
11
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
13
with:
14
- node-version: 20
+ node-version: 22
15
cache: npm
16
- run: npm ci
17
- run: npm run check
0 commit comments