diff --git a/.github/workflows/emeritus-check.yml b/.github/workflows/emeritus-check.yml index c418ed9..ed1ad58 100644 --- a/.github/workflows/emeritus-check.yml +++ b/.github/workflows/emeritus-check.yml @@ -21,15 +21,15 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: + check-latest: true node-version: "24" - cache: "npm" - name: Install dependencies run: npm i --ignore-scripts diff --git a/package.json b/package.json index 70e6914..8697445 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@fastify/org-admin", "version": "1.0.0", "description": "Fastify Org Admin scripts", + "private": true, "main": "index.js", "type": "module", "bin": { @@ -42,8 +43,5 @@ "type": "opencollective", "url": "https://opencollective.com/fastify" } - ], - "publishConfig": { - "access": "public" - } + ] }