Skip to content

Commit

Permalink
Update grammars, themes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatTheCat committed Jul 30, 2023
1 parent 3ec0b01 commit 5cb53cd
Show file tree
Hide file tree
Showing 9 changed files with 141 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publication-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
cache: npm
cache-dependency-path: package-lock.json
node-version: '20.3.0'
node-version: '20.5.0'

- name: install dependencies
run: npm ci --no-audit --prefer-offline
run: npm ci --no-audit --omit=dev --prefer-offline

- name: compile
run: node scripts/compile.js
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

node:
command: scripts/watch.js
image: node:20.3.0-alpine3.18
image: node:20.5.0-alpine3.18
init: true
user: ${HOST_UID:?}
volumes:
Expand Down
54 changes: 27 additions & 27 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 @@ -8,7 +8,7 @@
"jsdom": "^22.1.0",
"mathjax-node": "^2.1.1",
"onigasm": "^2.2.5",
"postcss": "^8.4.24",
"postcss": "^8.4.27",
"vscode-textmate": "^9.0.0",
"yargs": "^17.7.2"
},
Expand Down
Loading

0 comments on commit 5cb53cd

Please sign in to comment.