Skip to content

Commit

Permalink
Drop old Node support (#523)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
abetomo committed Apr 15, 2020
1 parent 89e3b49 commit 38d25e5
Show file tree
Hide file tree
Showing 4 changed files with 1,631 additions and 1,219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 38d25e5

Please sign in to comment.