Skip to content

Commit 0c1c891

Browse files
committed
ci: change node 8 -> node 13
1 parent f55ce9b commit 0c1c891

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [8.x, 10.x, 12.x]
8+
node-version: [10.x, 12.x, 13.x]
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)