Skip to content

Commit a2e1867

Browse files
samuel-olivierLoïc Mangeonjean
authored andcommitted
libs!: upgrade dependencies
1 parent b9ed886 commit a2e1867

File tree

4 files changed

+10776
-13087
lines changed

4 files changed

+10776
-13087
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)