Skip to content

Commit 9ca89c6

Browse files
committed
pin to ubuntu-22.04 for puppeteer/chromium sake (puppeteer/puppeteer#12818)
1 parent 99123d3 commit 9ca89c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
1010
node-version: [20.x, 22.x]

0 commit comments

Comments
 (0)