Skip to content

Commit

Permalink
chore: upgraded Node.js version in CI workflow to 22.x and updated de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
mario-jerkovic committed Dec 2, 2024
1 parent c770315 commit be786e6
Show file tree
Hide file tree
Showing 5 changed files with 1,070 additions and 1,165 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: yarn
- run: yarn install
env:
Expand All @@ -45,7 +45,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: yarn
- uses: actions/download-artifact@v4
with:
Expand Down
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.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
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,32 +49,32 @@
}
},
"dependencies": {
"@aws-sdk/client-ecr": "^3.687.0"
"@aws-sdk/client-ecr": "^3.699.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/node": "^20.17.6",
"@types/node": "^22.10.1",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cspell": "^8.16.0",
"husky": "^9.1.6",
"cspell": "^8.16.1",
"husky": "^9.1.7",
"pinst": "^3.0.0",
"semantic-release": "^24.2.0",
"tsup": "^8.3.5",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"peerDependencies": {
"semantic-release": ">=20"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": ">=20"
},
Expand Down
Loading

0 comments on commit be786e6

Please sign in to comment.