Skip to content

Commit

Permalink
Drop Node.js 8.x from workflow.yml
Browse files Browse the repository at this point in the history
```
/home/runner/work/node-lambda/node-lambda/node_modules/fs-extra/lib/mkdirs/make-dir.js:86
      } catch {
              ^

SyntaxError: Unexpected token {
```
  • Loading branch information
abetomo committed Apr 15, 2020
1 parent f02f944 commit 3cb2b1f
Showing 1 changed file with 1 addition and 1 deletion.
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 3cb2b1f

Please sign in to comment.