chore: 🤖 test on latest node (for Intl purposes)

This commit is contained in:
Christian Kaisermann 2019-11-28 23:16:05 -03:00
parent 43a41f9cb9
commit 45216d46ea
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
node-version: [11.15.0, 12] node-version: [13.2.0]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:

View File

@ -63,7 +63,6 @@
"conventional-changelog-cli": "^2.0.28", "conventional-changelog-cli": "^2.0.28",
"eslint": "^6.6.0", "eslint": "^6.6.0",
"eslint-config-kaisermann": "0.0.3", "eslint-config-kaisermann": "0.0.3",
"intl": "^1.2.5",
"jest": "^24.9.0", "jest": "^24.9.0",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"rollup": "^1.26.5", "rollup": "^1.26.5",