Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
build: update travis build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 27, 2023
1 parent 043f091 commit 6e7c4e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ notifications:
jobs:
include:
- stage: "Tests"
node_js: 8
name: "Node JS 8"
node_js: 12
name: "Node JS 12"
script: npm run test
- node_js: 10
name: "Node JS 10"
- node_js: 16
name: "Node JS 16"
script: npm run test
- node_js: 12
name: "Node JS 12"
- node_js: 16
name: "Node JS 16"
script: npm run ci
- stage: build
node_js: 16
Expand Down

0 comments on commit 6e7c4e5

Please sign in to comment.