Skip to content

Commit 8a309ac

Browse files
author
Loïc Mangeonjean
committed
lib: update dependencies
1 parent d853ec6 commit 8a309ac

File tree

4 files changed

+15535
-10001
lines changed

4 files changed

+15535
-10001
lines changed

.github/workflows/check_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check build
1+
name: Checks
22
on:
33
pull_request:
44
branches:
@@ -22,13 +22,13 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 0
2828
- name: Setup Node.js
29-
uses: actions/setup-node@v1
29+
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Setup Node.js
14-
uses: actions/setup-node@v1
14+
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)