Skip to content

Commit e16927a

Browse files
chore(deps): update dependency node to v22.20.0
1 parent ea3b9ae commit e16927a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node
4343
uses: actions/setup-node@v5
4444
with:
45-
node-version: '22.17.1'
45+
node-version: '22.20.0'
4646
cache: 'pnpm'
4747
- name: Install Dependencies
4848
run: pnpm install --frozen-lockfile
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Node
6666
uses: actions/setup-node@v5
6767
with:
68-
node-version: '22.17.1'
68+
node-version: '22.20.0'
6969
cache: 'pnpm'
7070
- name: Install dependencies
7171
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)