Skip to content

Commit 25a582e

Browse files
committed
chore: run on ubuntu 20.04 for phantomjs issue
1 parent 238f703 commit 25a582e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
permissions:
1515
contents: write
1616

@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20'
24+
node-version: '24'
2525

2626
- name: Cache npm dependencies
2727
uses: actions/cache@v4

0 commit comments

Comments
 (0)