Skip to content

Commit

Permalink
adapt release action
Browse files Browse the repository at this point in the history
  • Loading branch information
svene committed Jul 4, 2024
1 parent 9a35aed commit f306b2a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,13 @@ jobs:
name: Create Release
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: Checkout code
uses: actions/checkout@main
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run build --if-present
- run: npm test --if-present
Expand Down

0 comments on commit f306b2a

Please sign in to comment.