Skip to content

Commit 2dd665e

Browse files
committed
NOJIRA: Change GitHub Actions CI to Node.js 16, 18
1 parent 2c2098c commit 2dd665e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-20.04]
12-
node-version: [14.x, 16.x]
12+
node-version: [16.x, 18.x]
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
CI: true

0 commit comments

Comments
 (0)