Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Dec 19, 2024
1 parent e6562d6 commit 9648fdc
Show file tree
Hide file tree
Showing 3 changed files with 954 additions and 3,020 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
- run: |
npm ci --ignore-scripts --legacy-peer-deps
Expand All @@ -37,14 +37,15 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: |
npm ci --ignore-scripts --legacy-peer-deps
npm run build
- run: |
cp README.md dist/ngrx-signals-storage
cd dist/ngrx-signals-storage
version=${{ github.ref_name }}
Expand Down
Loading

0 comments on commit 9648fdc

Please sign in to comment.