Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Updated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Apr 15, 2020
1 parent e0e9be2 commit e1b1a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo: false

node_js:
- '10'
- '12'

before_install:
- export PATH=$HOME/.deno/bin:$PATH
Expand Down

0 comments on commit e1b1a0f

Please sign in to comment.