Skip to content

Commit 8689f58

Browse files
committed
ci: update to Node v12
1 parent 28a158d commit 8689f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
node-version: ['10', '>=14']
14+
node-version: ['12', '>=14']
1515

1616
name: Node.js v${{ matrix.node-version }}
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)