Skip to content

Commit

Permalink
chore: update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Apr 28, 2024
1 parent 0d18319 commit c531339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm install && cd ./storybook && npm install && cd ..
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ pool:
vmImage: windows-latest

steps:
- task: NodeTool@0
- task: UseNode@1
inputs:
versionSpec: '18.x'
version: '20.x'

- task: Npm@1
inputs:
Expand Down

0 comments on commit c531339

Please sign in to comment.