From 5776e01b8cae16ab763d3797f1018ba802aef31f Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Thu, 18 Mar 2021 21:55:03 -0300 Subject: [PATCH] chore: add @types/nodes --- .github/workflows/ci.yml | 11 +++++++---- package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 802278d..58086b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,11 @@ jobs: Lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: 'npm i && npm run lint' + - name: Install Dependencies + uses: bahmutov/npm-install@v1 + - run: 'npm run lint' Tests: needs: [Lint] @@ -20,11 +22,12 @@ jobs: steps: - run: git config --global core.autocrlf false - - uses: actions/checkout@v1 + uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install + - name: Install Dependencies + uses: bahmutov/npm-install@v1 - run: npm run test:ci env: CI: true diff --git a/package.json b/package.json index 6aa0c8b..fc27ccb 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "@types/estree": "0.0.45", "@types/intl": "^1.2.0", "@types/jest": "^26.0.14", + "@types/node": "^14.14.35", "@types/sade": "^1.7.2", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^26.3.0", diff --git a/yarn.lock b/yarn.lock index b043ae4..d3a6cb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1241,6 +1241,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b" 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": version "2.4.0" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"