Skip to content

Commit

Permalink
add npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed May 17, 2024
1 parent 7ecc474 commit bef5007
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,19 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PAT_INSOMNIA_INFRA }}


- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
with:
username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'insomnia-infra' }}

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install
run: npm ci

- name: Create new package version
run: npm version "${{ env.TAG }}"

Expand Down

0 comments on commit bef5007

Please sign in to comment.