Skip to content

Commit

Permalink
chore: Update Node to 12.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yokuze committed Feb 14, 2022
1 parent 464683c commit 1350480
Show file tree
Hide file tree
Showing 6 changed files with 4,450 additions and 1,233 deletions.
1 change: 1 addition & 0 deletions .editorconfig
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ language: node_js
node_js:
- "node" # Latest node version
- "lts/*" # Latest LTS version
- "14"
- "12"
- "10"
- "8"

cache: false

before_install: npm i -g npm@6.13.4;
before_install: npm i -g npm@6.14.12;

script:
- node --version
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = { extends: [ '@silvermine/eslint-config/commitlint' ] };
module.exports = { extends: [ '@silvermine/standardization/commitlint' ] };
Loading

0 comments on commit 1350480

Please sign in to comment.