Skip to content

Commit f89e81a

Browse files
committed
Update azure pipeline
Signed-off-by: paulober <[email protected]>
1 parent 90a8fa7 commit f89e81a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v5
2929

30-
- name: Setup Node v22.17.0
30+
- name: Setup Node v22.20.0
3131
uses: actions/setup-node@v5
3232
with:
3333
node-version: "22.17.0"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919

20-
- name: Setup Node v22.17.0
20+
- name: Setup Node v22.20.0
2121
uses: actions/setup-node@v5
2222
with:
23-
node-version: '22.17.0'
23+
node-version: '22.20.0'
2424
registry-url: "https://npm.pkg.github.com"
2525
scope: "@paulober"
2626
token: ${{ secrets.GITHUB_TOKEN }}

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pool:
1212
steps:
1313
- task: NodeTool@0
1414
inputs:
15-
versionSpec: '20.9.x'
15+
versionSpec: '22.20.x'
1616
displayName: 'Install Node.js'
1717

1818
- task: Npm@1

0 commit comments

Comments
 (0)