Skip to content

Commit

Permalink
Updating Action
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 11, 2023
1 parent c155978 commit 701cd5d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: npm
- uses: volta-cli/action@v4
- run: npm ci
- run: npm run lint:js

Expand All @@ -30,10 +27,9 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-node@v3
- uses: volta-cli/action@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: install dependencies
run: npm ci
- run: npm run test:jest
Expand All @@ -45,14 +41,11 @@ jobs:

strategy:
matrix:
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3", "^15.0.0"]
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3", "^15.0.0", "^16.0.0"]

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-node@v3
with:
node-version: 14
cache: npm
- uses: volta-cli/action@v4
- name: install dependencies
run: npm ci
- run: npm install --saveDev release-it@${{ matrix.release-it-version }}
Expand Down

0 comments on commit 701cd5d

Please sign in to comment.