We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677a4dc commit a35821fCopy full SHA for a35821f
.github/workflows/npm-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- name: Setup Pulumi
25
- uses: docker://pulumi/actions:v2.14.0
+ uses: docker://pulumi/actions:v2.13.2
26
27
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
28
- name: Install dependencies
.github/workflows/pr.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: 12.16.3
20
21
0 commit comments