Skip to content

Commit

Permalink
fix: updated pipeline and package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartel-ci committed Feb 4, 2023
1 parent 4ab7644 commit 1ead2a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
node-version: 16.18.0
- run: npm ci
- run: npm run build
- name: Release
Expand Down
31 changes: 11 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ead2a1

Please sign in to comment.