Skip to content

Commit

Permalink
Update npm deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Apr 6, 2024
1 parent fb8001b commit a63013f
Show file tree
Hide file tree
Showing 29 changed files with 283,591 additions and 36,654 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout tree
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Set-up Node.js 20
- name: Set-up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
node-version: latest

- run: corepack enable

Expand All @@ -37,16 +37,6 @@ jobs:
- run: yarn typecheck
if: always()

- name: Ensure dist directory is up-to-date
shell: bash
run: |
yarn build
if [ "$(git status dist lint-doc lint-fmt lint-opam --porcelain | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
exit 1
fi
test:
name: Test

Expand Down
751 changes: 0 additions & 751 deletions analysis/dist/LICENSE.txt

This file was deleted.

26,472 changes: 26,443 additions & 29 deletions analysis/dist/index.cjs

Large diffs are not rendered by default.

0 comments on commit a63013f

Please sign in to comment.