Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore: Node 15 and NPM 7
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Oct 21, 2020
1 parent 0377e83 commit c5d4afd
Show file tree
Hide file tree
Showing 3 changed files with 9,541 additions and 2,932 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
lint:
name: lint (14.x)
name: lint (15.x)
runs-on: ubuntu-latest
timeout-minutes: 5
env:
Expand All @@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: 14.x
node-version: 15.x
- name: Get cache dir, Node Version and NPM Version
id: node-config
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
run: npm run lint

build-with-bundlewatch:
name: build (14.x) [With bundlewatch]
name: build (15.x) [With bundlewatch]
runs-on: ubuntu-latest
timeout-minutes: 5
env:
Expand All @@ -47,10 +47,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: 14.x
node-version: 15.x
- name: Get cache dir, Node Version and NPM Version
id: node-config
run: |
Expand All @@ -76,17 +76,17 @@ jobs:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

test-with-codecov:
name: test (14.x) [With codecov]
name: test (15.x) [With codecov]
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: 14.x
node-version: 15.x
- name: Get cache dir, Node Version and NPM Version
id: node-config
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

strategy:
matrix:
node-version: [10.20.1, 10.x, 12.16.3, 12.x]
node-version: [10.20.1, 10.x, 12.16.3, 12.x, 14.x]

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit c5d4afd

Please sign in to comment.