-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduled integration test with jsdom
- Loading branch information
1 parent
d9fb661
commit 221e3f6
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ jobs: | |
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/* | ||
cache: npm | ||
- name: Install required image manipulation packages with APT | ||
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev | ||
- name: Build tough-cookie | ||
|
@@ -64,13 +63,13 @@ jobs: | |
path: ./tough-cookie | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: [email protected]:jsdom/jsdom.git | ||
repository: jsdom/jsdom | ||
ref: main | ||
path: ./jsdom | ||
submodules: recursive | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/* | ||
cache: npm | ||
- name: Build tough-cookie | ||
id: package | ||
run: | | ||
|