1
0

chore: upgrade dependencies, switch from yarn to npm

This commit is contained in:
2024-06-21 08:15:31 +02:00
parent 43e450d8ae
commit 31a89bf3ad
6 changed files with 3656 additions and 3193 deletions

View File

@@ -11,15 +11,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: corepack enable
- run: yarn install --frozen-lockfile
node-version: 22.x
- run: npm ci
- uses: purcell/setup-emacs@master
with:
version: 29.1
- name: "Export org to md"
run: emacs -Q --script export.el
- run: yarn build
- run: npm run build
- name: "Deploy"
uses: appleboy/scp-action@v0.1.7
with: