Skip to content

Commit a63013f

Browse files
committed
Update npm deps
Signed-off-by: Sora Morimoto <[email protected]>
1 parent fb8001b commit a63013f

File tree

29 files changed

+283591
-36654
lines changed

29 files changed

+283591
-36654
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout tree
2020
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
2121

22-
- name: Set-up Node.js 20
22+
- name: Set-up Node.js
2323
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2424
with:
25-
node-version: 20
25+
node-version: latest
2626

2727
- run: corepack enable
2828

@@ -37,16 +37,6 @@ jobs:
3737
- run: yarn typecheck
3838
if: always()
3939

40-
- name: Ensure dist directory is up-to-date
41-
shell: bash
42-
run: |
43-
yarn build
44-
if [ "$(git status dist lint-doc lint-fmt lint-opam --porcelain | wc -l)" -gt "0" ]; then
45-
echo "Detected uncommitted changes after build. See status below:"
46-
git diff
47-
exit 1
48-
fi
49-
5040
test:
5141
name: Test
5242

analysis/dist/LICENSE.txt

Lines changed: 0 additions & 751 deletions
This file was deleted.

analysis/dist/index.cjs

Lines changed: 26443 additions & 29 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)