Skip to content

Commit

Permalink
Merge pull request #953 from kelektiv/version-update
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Sep 22, 2022
2 parents cdfe6b2 + 094dc94 commit 86aa111
Show file tree
Hide file tree
Showing 4 changed files with 1,365 additions and 979 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ arch:
- arm64

node_js:
- '10'
- '11'
- '12'
- '13'
- '14'
- '15'
- '16'
- '17'
- '18'

addons:
apt:
Expand Down Expand Up @@ -59,6 +57,6 @@ deploy:
file_glob: true
file: build/stage/kelektiv/node.bcrypt.js/releases/download/*/*
on:
node_js: '10'
node_js: '14'
repo: kelektiv/node.bcrypt.js
tags: true
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
environment:
matrix:
- nodejs_version: "12"
platform: x64
- nodejs_version: "12"
platform: x86
- nodejs_version: "13"
platform: x64
- nodejs_version: "13"
platform: x86
- nodejs_version: "14"
platform: x64
- nodejs_version: "14"
Expand All @@ -16,6 +8,8 @@ environment:
platform: x64
- nodejs_version: "16"
platform: x86
- nodejs_version: "18"
platform: x64

install:
- where npm
Expand Down
Loading

0 comments on commit 86aa111

Please sign in to comment.