Skip to content

Commit

Permalink
fix: update workflow files (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchelkowski authored Jan 30, 2023
1 parent d82d2b2 commit 1e56ba8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version-file: '.nvmrc'
cache: 'npm'
- name: Semantic Release
id: release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.OSS_NPM_TOKEN }}
with:
extra_plugins: |
@semantic-release/changelog@5.0.1
@semantic-release/git@9.0.0
@semantic-release/changelog@6
@semantic-release/git@10
- name: Teams notification
uses: toko-bifrost/ms-teams-deploy-card@3.1.2
uses: toko-bifrost/ms-teams-deploy-card@3
if: always()
with:
github-token: ${{ github.token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down

0 comments on commit 1e56ba8

Please # to comment.