Skip to content

Commit cbbde45

Browse files
authored
chore(ci): Use Node.js 20+ on the CIs (#19)
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
1 parent 32b0764 commit cbbde45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [18.x]
18+
node: [20.x]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout
@@ -51,7 +51,7 @@ jobs:
5151
- name: Use Node.js
5252
uses: actions/setup-node@v1
5353
with:
54-
node-version: 18.x
54+
node-version: 20.x
5555
- name: Install Dependencies
5656
run: npm ci
5757
- name: Build

0 commit comments

Comments
 (0)