Skip to content

Commit

Permalink
Update node version in CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1211 committed Feb 20, 2024
1 parent f82169b commit 9c6b669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm test
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
versionSpec: '10.x'
versionSpec: '20.x'

- script: npm ci
displayName: 'Install'
Expand Down

0 comments on commit 9c6b669

Please sign in to comment.