Skip to content

Commit

Permalink
fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Aug 18, 2023
1 parent 0c7ec23 commit 88b08ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build on Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
- run: npm ci --no-optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
name: ngx-kjua
path: artifact/ngx-kjua/
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.registry-url }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-package-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/workflows/npm-publish.yml
with:
registry-url: https://registry.npmjs.org/
node-version: 16
node-version: 18
release-tag: "--tag next"
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
uses: ./.github/workflows/npm-publish.yml
with:
registry-url: https://npm.pkg.github.com/
node-version: 16
node-version: 18
release-tag: "--tag next"
secrets:
npm-token: ${{ secrets.GITHUB_TOKEN }}
npm-token: ${{ secrets.npm-token }}

0 comments on commit 88b08ca

Please sign in to comment.