Skip to content

Commit

Permalink
Fixed versions of node/dotnet used in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio committed Oct 11, 2022
1 parent 3b5ba38 commit 8e92642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 13.x
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: Install yarn
run: npm install --global yarn
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Print version
run: pulumictl get version
- name: Build SDKs
Expand Down

0 comments on commit 8e92642

Please sign in to comment.