Skip to content

Commit

Permalink
Merge branch 'Totto16-fix_files_in_packed_archive'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkreider committed Oct 24, 2024
2 parents 5172aa1 + a5f4cf4 commit 64e3b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: latest
node-version: lts/*

- name: Install dependencies
# If checksum for the `package-lock.json` hasn't changed then we shouldn't run
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: NPM Publish

env:
NODE_VERSION: latest
NODE_VERSION: lts/*

on:
release:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:

- run: npm publish dist/ngx-loading-buttons/ --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 64e3b80

Please sign in to comment.