Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n authored Apr 17, 2024
1 parent acf7ee5 commit 4c56ea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js:
- "14.16"
- "16"

jobs:
include:
- stage: NPM RC Release
if: tag =~ /-(rc|RC)/
node_js: "14.16"
node_js: "16"
script:
- npm install
- npm run build
Expand All @@ -18,7 +18,7 @@ jobs:
tag: next
- stage: NPM Release
if: not tag =~ /-(rc|RC)/
node_js: "14.16"
node_js: "16"
script:
- npm install
- npm run build
Expand All @@ -29,4 +29,4 @@ jobs:
api_key: $NPM_API_KEY
skip_cleanup: true
on:
tags: true
tags: true

0 comments on commit 4c56ea7

Please sign in to comment.