Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 7, 2023
1 parent 1f5aa46 commit 5006535
Show file tree
Hide file tree
Showing 14 changed files with 220 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- name: Aron Actions
uses: 1aron/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- name: Sync dev branches
uses: 1aron/[email protected].2
uses: 1aron/[email protected].3
with:
action: "sync-dev-branches"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.1
v18.17.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.16.1"
"node": "^18.17.0"
},
"repository": {
"type": "git",
Expand All @@ -30,12 +30,12 @@
"@master/css-extractor": "workspace:^",
"@master/css-extractor.vite": "workspace:^",
"@master/css-renderer": "workspace:^",
"@techor/fs": "^2.5.2",
"@techor/glob": "^2.5.2",
"@techor/jest": "^2.5.2",
"@techor/jest-dom": "^2.5.2",
"@techor/pack": "^2.5.2",
"@techor/repo": "^2.5.2",
"@techor/fs": "^2.5.3",
"@techor/glob": "^2.5.3",
"@techor/jest": "^2.5.3",
"@techor/jest-dom": "^2.5.3",
"@techor/pack": "^2.5.3",
"@techor/repo": "^2.5.3",
"@types/jest": "^29.5.2",
"@types/node": "^20.4.0",
"cross-env": "^7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
},
"dependencies": {
"@master/normal.css": "workspace:^",
"@techor/fs": "^2.4.1",
"@techor/log": "^2.4.1",
"@techor/fs": "^2.5.3",
"@techor/log": "^2.5.3",
"commander": "^11.0.0"
},
"devDependencies": {
"@techor/extend": "^2.4.1",
"@techor/pack": "^2.5.2",
"@techor/extend": "^2.5.3",
"@techor/pack": "^2.5.3",
"csstype": "^3.1.2",
"shared": "workspace:^",
"vite": "^4.2.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"dependencies": {
"@master/css": "workspace:^",
"@master/css-validator": "workspace:^",
"@techor/extend": "^2.4.1",
"@techor/glob": "^2.4.1",
"@techor/log": "^2.4.1",
"@techor/extend": "^2.5.3",
"@techor/glob": "^2.5.3",
"@techor/log": "^2.5.3",
"chokidar": "^3.5.3",
"explore-config": "^2.4.1",
"explore-config": "^2.5.3",
"minimatch": "^9.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@master/css": "workspace:^",
"@techor/log": "^2.4.1",
"@techor/glob": "^2.4.1",
"explore-config": "^2.4.1"
"@techor/log": "^2.5.3",
"@techor/glob": "^2.5.3",
"explore-config": "^2.5.3"
},
"devDependencies": {
"pretty-bytes": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"access": "public"
},
"devDependencies": {
"@techor/extend": "^2.4.1"
"@techor/extend": "^2.5.3"
}
}
Loading

0 comments on commit 5006535

Please sign in to comment.