Compare commits

...

2 Commits

Author SHA1 Message Date
e8d4966441 bump ver
Some checks failed
Publish to NPM / publish (push) Has been cancelled
2025-11-24 02:17:30 -06:00
4634f5c24b I hate Github actions 2025-11-24 02:17:17 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ jobs:
# VITAL: This token makes the push trigger the NEXT workflow
token: ${{ secrets.GH_PAT }}
- run: npm install -g npm@latest
- name: Setup Node.js
uses: actions/setup-node@v4
with:

View File

@@ -1,6 +1,6 @@
{
"name": "pulumi-extra-crds",
"version": "1.0.7",
"version": "1.0.8",
"license": "Apache-2.0",
"scripts": {
"generate": "node scripts/generate-crds.js",