Skip to content

Commit

Permalink
Merge pull request actions#77 from akamai/setup-actions
Browse files Browse the repository at this point in the history
Add tests for node 15.x
  • Loading branch information
akamagorecki authored Feb 4, 2021
2 parents efb59ca + 3f9fd08 commit 0cd92b1
Show file tree
Hide file tree
Showing 2 changed files with 2,689 additions and 438 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 0cd92b1

Please sign in to comment.