Skip to content

Commit 38d25e5

Browse files
authored
Drop old Node support (#523)
* Upgrade packages There was a major upgrade in some packages. * Drop Node.js 8.x from workflow.yml ``` /home/runner/work/node-lambda/node-lambda/node_modules/fs-extra/lib/mkdirs/make-dir.js:86 } catch { ^ SyntaxError: Unexpected token { ``` * Drop old Node support Depends on 'fs-extra'. jprichardson/node-fs-extra#751
1 parent 89e3b49 commit 38d25e5

File tree

4 files changed

+1631
-1219
lines changed

4 files changed

+1631
-1219
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
node-version: [8.x, 10.x, 12.x]
11+
node-version: [10.x, 12.x]
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313
steps:
1414
- uses: actions/checkout@master

0 commit comments

Comments
 (0)