Skip to content

Commit 2bf788e

Browse files
chore(deps): update dependency node to 20.19.x (#414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b46d5c commit 2bf788e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20.10.x'
19+
node-version: '20.19.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJs
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20.10.x'
19+
node-version: '20.19.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Run Type Check

0 commit comments

Comments
 (0)