Skip to content

Commit 30a5fda

Browse files
committed
Nodejs 14 is no longer supported
1 parent 711401d commit 30a5fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
node: [14, 16, 18]
12+
node: [16, 18, 19]
1313
os: [ubuntu-latest]
1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)