Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: jorelali/setup-elm@v6
with:
elm-version: 0.19.1
- name: Install yarn
run: npm install -g yarn
- name: Enable corepack
run: corepack enable
- name: Install npm packages
run: yarn install
run: yarn install --immutable
- name: Check Format
run: yarn check-format
- name: Test
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@
"targets": {
"main": false
},
"volta": {
"node": "16.14.0",
"yarn": "1.22.17"
}
"packageManager": "yarn@4.7.0"
}
Loading