diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 88c8019..9059570 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [1.x, 2.x, 3.x, 4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 14.x, 16.x, 17.x, 18.x] + node-version: ['lts/*', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17'] steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6126ac6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -language: node_js -node_js: - - "node" - - "lts/*" - - "0" - - "1" - - "2" - - "3" - - "4" - - "5" # travis is glitching with this version - - "6" - - "7" - - "8" - - "9" - - "10" - - "11" - - "12" - - "13" - - "14" - - "15" - - "16" - - "17" - - "18" -notifications: - slack: - on_success: never - on_failure: always -sudo: false -deploy: - provider: npm - api_key: $NPM_TOKEN - email: $NPM_EMAIL - on: - tags: true