diff --git a/.github/workflows/library-deployment.yml b/.github/workflows/library-deployment.yml index a97826a..6124461 100644 --- a/.github/workflows/library-deployment.yml +++ b/.github/workflows/library-deployment.yml @@ -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 @@ -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