Skip to content

Commit

Permalink
chore: update yarn to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 1, 2024
1 parent e116080 commit 64f93ab
Show file tree
Hide file tree
Showing 5 changed files with 910 additions and 896 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
- name: Install
run: yarn
run: yarn --no-immutable
- name: Lint
run: yarn lint

Expand All @@ -27,6 +27,6 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
- name: Install
run: yarn
run: yarn --no-immutable
- name: Build
run: yarn build
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
13 changes: 13 additions & 0 deletions yakumo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- name: yakumo
config:
pipeline:
build:
- tsc
- esbuild
- client
clean:
- tsc --clean
- name: yakumo-esbuild
- name: yakumo-mocha
- name: yakumo-tsc
- name: '@cordisjs/client/lib'

0 comments on commit 64f93ab

Please sign in to comment.