Skip to content

Commit

Permalink
Update CI (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored May 9, 2022
1 parent 571590f commit 063470b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use NodeJS v${{ matrix.node-version }}
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand All @@ -35,11 +35,11 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use NodeJS v14
uses: actions/setup-node@v2.2.0
- uses: actions/checkout@v3
- name: Use NodeJS v16
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- name: Install
run: npm ci
- name: Lint
Expand All @@ -54,11 +54,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use NodeJS v14
uses: actions/setup-node@v2.2.0
uses: actions/checkout@v3
- name: Use NodeJS v16
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Sanity check
Expand All @@ -75,7 +75,7 @@ jobs:
needs: npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get tag metadata
id: tag
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
action-update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
Expand Down

0 comments on commit 063470b

Please # to comment.