Skip to content

Commit

Permalink
ci:use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycolin committed Aug 31, 2024
1 parent 58a0e4f commit 28b0035
Show file tree
Hide file tree
Showing 3 changed files with 942 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
node-version: [20]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions packages/website-analyzer-wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"license": "MIT",
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.21.1",
Expand Down
Loading

0 comments on commit 28b0035

Please sign in to comment.