Skip to content

Commit 198554e

Browse files
committed
Update the GitHub CI build to Ubuntu 22.04 and Node.js 18 and 20
1 parent 366db07 commit 198554e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
name: Build
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04]
12-
node-version: [16.x, 18.x]
11+
os: [ubuntu-22.04]
12+
node-version: [18.x, 20.x]
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
CI: true

0 commit comments

Comments
 (0)