Skip to content

Commit

Permalink
chore: update to yarn 4
Browse files Browse the repository at this point in the history
chore: update github actions
  • Loading branch information
blakebyrnes committed Jan 29, 2024
1 parent cf822cd commit 7f20971
Show file tree
Hide file tree
Showing 7 changed files with 11,022 additions and 8,085 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build Javascript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
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
2 changes: 1 addition & 1 deletion commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.5",
"@types/better-sqlite3": "^7.6.9",
"source-map-js": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/jest": "^29.5.1",
"@types/node": "^16.18.31",
"@ulixee/repo-tools": "^1.0.26",
"cross-env": "^7.0.3",
"@types/jest": "^29.5.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lerna": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"shx": "^0.3.3",
"typescript": "~4.7.3"
Expand Down
19,092 changes: 11,014 additions & 8,078 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7f20971

Please sign in to comment.