Skip to content

Commit 3ff2301

Browse files
author
Chris Wiechmann
committed
Removed Node.js version 8.x from the test suite
1 parent 1ddc844 commit 3ff2301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-fn-google-maps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: [8.x, 10.x, 12.x, 14.x]
23+
node-version: [10.x, 12.x, 14.x]
2424
steps:
2525
- uses: actions/checkout@v1
2626
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)