Skip to content

Commit ed0cdc2

Browse files
authored
Merge pull request #73 from AzureCosmosDB/toolkit-updates
Update Node.js version to 20 in deployment workflow
2 parents 8ea627d + 389edf5 commit ed0cdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Setup Node.js
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 20
3030
cache: yarn
3131

3232
# Install dependencies

0 commit comments

Comments
 (0)