Skip to content

Commit

Permalink
Run GitHub workflow in Node 14
Browse files Browse the repository at this point in the history
And drop Node 8
  • Loading branch information
mroderick committed Jan 18, 2021
1 parent 560151c commit ebbcc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8, 10, 12]
node-version: [10, 12, 14]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit ebbcc5a

Please sign in to comment.