Skip to content

Commit

Permalink
Use ESM build of vite (#90)
Browse files Browse the repository at this point in the history
* update actions

* add type: module to package.json in root
  • Loading branch information
pddg authored Mar 3, 2024
1 parent 2ce5433 commit 8b1ce1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"./packages/unified-latex-to-*",
"./packages/*"
],
"type": "module",
"scripts": {
"docs": "typedoc",
"build": "npm run build -ws",
Expand Down

0 comments on commit 8b1ce1d

Please sign in to comment.