Skip to content

Commit

Permalink
defining node version to 20 on npm deploy, removing nx report from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Oct 30, 2024
1 parent 9485a13 commit 8589147
Show file tree
Hide file tree
Showing 4 changed files with 410,834 additions and 246 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/npm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node_version: 16
node_version: 20
registry-url: https://registry.npmjs.org/

- name: Install Dependencies
run: npm install
shell: bash

- name: Print env info
run: npx nx report
shell: bash

- name: Publish packages
run: npx nx release publish
shell: bash
Expand Down
Loading

0 comments on commit 8589147

Please sign in to comment.