diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 37430e0..bd8f4a9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta with: - node-version: '12' + node-version: '16' - run: yarn install - run: yarn test - run: diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 54c8a59..2903fc8 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta with: - node-version: '12' + node-version: '16' - run: yarn install - run: yarn build - name: Semantic Release diff --git a/.travis.yml b/.travis.yml index ecbe0a9..ee27311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: notifications: email: false node_js: - - '12' + - '16' script: - npm run test:prod && npm run build after_success: