chore: add @types/nodes

This commit is contained in:
Christian Kaisermann 2021-03-18 21:55:03 -03:00
parent f7d509348c
commit 5776e01b8c
3 changed files with 13 additions and 4 deletions

View File

@ -6,9 +6,11 @@ jobs:
Lint: Lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
- run: 'npm i && npm run lint' - name: Install Dependencies
uses: bahmutov/npm-install@v1
- run: 'npm run lint'
Tests: Tests:
needs: [Lint] needs: [Lint]
@ -20,11 +22,12 @@ jobs:
steps: steps:
- run: git config --global core.autocrlf false - run: git config --global core.autocrlf false
- uses: actions/checkout@v1 uses: actions/checkout@v2
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm install - name: Install Dependencies
uses: bahmutov/npm-install@v1
- run: npm run test:ci - run: npm run test:ci
env: env:
CI: true CI: true

View File

@ -78,6 +78,7 @@
"@types/estree": "0.0.45", "@types/estree": "0.0.45",
"@types/intl": "^1.2.0", "@types/intl": "^1.2.0",
"@types/jest": "^26.0.14", "@types/jest": "^26.0.14",
"@types/node": "^14.14.35",
"@types/sade": "^1.7.2", "@types/sade": "^1.7.2",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0", "babel-jest": "^26.3.0",

View File

@ -1241,6 +1241,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b"
integrity sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g== integrity sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==
"@types/node@^14.14.35":
version "14.14.35"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==
"@types/normalize-package-data@^2.4.0": "@types/normalize-package-data@^2.4.0":
version "2.4.0" version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"