Skip to content

Commit 06b6ba4

Browse files
author
Loïc Mangeonjean
committed
lib!: update dependencies
1 parent fdb1bd3 commit 06b6ba4

File tree

4 files changed

+2198
-13405
lines changed

4 files changed

+2198
-13405
lines changed

.github/workflows/check_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: 16.x
31+
node-version: 20.10.0
3232
- name: Install dependencies
3333
run: npm ci
3434
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 16.x
16+
node-version: 20.10.0
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Build

0 commit comments

Comments
 (0)