Skip to content

Commit

Permalink
chore: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 4, 2023
1 parent 5d0bbf2 commit d4172ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.5.0'
node-version: "20.5.0"

- name: Install Dependencies
run: npm ci

- name: Run tests
run: npm test

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit d4172ea

Please sign in to comment.