Skip to content

Commit

Permalink
Bump ppegjs to get module support
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Dec 20, 2024
1 parent 221f625 commit c7219de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-astro-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
uses: withastro/action@v2
uses: withastro/action@v3
with:
node-version: 20

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@astrojs/check": "^0.9.4",
"astro": "^5.1.0",
"fast-glob": "^3.3.2",
"ppegjs": "^0.1.1",
"ppegjs": "0.1.2",
"typescript": "^5.7.2"
}
}

0 comments on commit c7219de

Please sign in to comment.