Skip to content

Commit

Permalink
Merge pull request #204 from porscheinformatik/bugfix/UpdateWorkflows
Browse files Browse the repository at this point in the history
fix: Update workflows to node v20
  • Loading branch information
poixpem authored Jul 4, 2024
2 parents 96e59d1 + 623f688 commit 8529b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm --prefix ./projects/material-addons version ${{ github.event.release.tag_name }}
Expand All @@ -29,7 +29,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
notify_teams_channel:
name: Notify MAD Release Teams Channel
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Microsoft Teams Notification
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- run: npm install
- run: npm run build:mat-add
- run: npm install --no-optional
Expand Down

0 comments on commit 8529b03

Please sign in to comment.