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 bbf2682 commit f5f1995Copy full SHA for f5f1995
2 files changed
.github/workflows/emeritus-check.yml
@@ -26,8 +26,9 @@ jobs:
26
persist-credentials: false
27
28
- name: Setup Node.js
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
30
with:
31
+ check-latest: true
32
node-version: "24"
33
34
- name: Install dependencies
package.json
@@ -2,6 +2,7 @@
2
"name": "@fastify/org-admin",
3
"version": "1.0.0",
4
"description": "Fastify Org Admin scripts",
5
+ "private": true,
6
"main": "index.js",
7
"type": "module",
8
"bin": {
@@ -42,8 +43,5 @@
42
43
"type": "opencollective",
44
"url": "https://opencollective.com/fastify"
45
}
- ],
46
- "publishConfig": {
47
- "access": "public"
48
- }
+ ]
49
0 commit comments