Skip to content

Commit

Permalink
ci: update puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Oct 31, 2024
1 parent 09b8f5c commit 9af4b27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# Test all mainstream operating system
os: [ubuntu-latest, macos-latest, windows-latest]
node: [18]
node: [20]
runs-on: ${{ matrix.os }}
steps:
# Pull repo to test machine
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [10, 12, 14, 16, 20]
node: [10, 12, 14, 16, 18, 22]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
"variables in css",
"css less"
],
"overrides": {
"puppeteer": "23.6.1"
},
"rawcurrent": "https://raw.github.com/less/less.js/v",
"sourcearchive": "https://github.com/less/less.js/archive/v",
"dependencies": {
Expand Down

0 comments on commit 9af4b27

Please sign in to comment.