Skip to content

Commit

Permalink
chore(action): use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Sep 30, 2021
1 parent d97fa32 commit 432499a
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node-version:
- 14.18.0
- 16.10.0
steps:
- uses: actions/checkout@v2
- name: Cache node modules
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: >-
${{ runner.os }}-build-${{ env.cache-name }}-${{
hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build / Test Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand All @@ -46,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.18.0
node-version: 16.10.0
cache: npm
- run: npm install
- run: npx semantic-release
Expand Down

0 comments on commit 432499a

Please sign in to comment.