Skip to content

Commit

Permalink
Update the CI runners to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
vazexqi committed Aug 30, 2024
1 parent 38f561f commit c10c67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This explicitly tells action to use the latest version of Zuplo from the public NPM registry
- uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.com"
scope: "@zuplo"

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.x"
versionSpec: "20.x"
displayName: "Install Node.js"

- script: |
Expand Down

0 comments on commit c10c67c

Please sign in to comment.