Skip to content

Commit 88c6e53

Browse files
committed
chore(deps): update all dependencies
1 parent 56a7908 commit 88c6e53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node: [20]
23+
node: [22]
2424

2525
steps:
2626
- name: Retrieve current Date Time in EST

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-node@v4
4343
with:
4444
registry-url: 'https://registry.npmjs.org/'
45-
node-version: 20
45+
node-version: 22
4646

4747
- name: Install pnpm
4848
uses: pnpm/action-setup@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@lerna-lite/publish": "^4.4.1",
6767
"@lerna-lite/watch": "^4.4.1",
6868
"@playwright/test": "^1.52.0",
69-
"@types/node": "^22.15.30",
69+
"@types/node": "^24.0.1",
7070
"conventional-changelog-conventionalcommits": "^9.0.0",
7171
"cross-env": "catalog:",
7272
"npm-run-all2": "^8.0.4",

0 commit comments

Comments
 (0)