Compare commits
2 Commits
808f2cbe6d
...
e8d4966441
| Author | SHA1 | Date | |
|---|---|---|---|
|
e8d4966441
|
|||
|
4634f5c24b
|
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
|||||||
# VITAL: This token makes the push trigger the NEXT workflow
|
# VITAL: This token makes the push trigger the NEXT workflow
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
|
||||||
|
- run: npm install -g npm@latest
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pulumi-extra-crds",
|
"name": "pulumi-extra-crds",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate": "node scripts/generate-crds.js",
|
"generate": "node scripts/generate-crds.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user