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.
1 parent 0004605 commit eea304aCopy full SHA for eea304a
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
name: test / ${{matrix.os}} / ${{matrix.node}}
6
runs-on: ${{matrix.os}}
7
steps:
8
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
9
with:
10
fetch-depth: 0
11
- uses: actions/setup-node@v4
@@ -30,7 +30,7 @@ jobs:
30
name: full build
31
runs-on: ubuntu-latest
32
33
34
35
36
.github/workflows/website.yml
@@ -11,7 +11,7 @@ jobs:
# <https://github.com/puppeteer/puppeteer/issues/12818>.
12
runs-on: ubuntu-22.04
13
14
15
16
17
node-version: node
0 commit comments