We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731bb74 commit 4c517f0Copy full SHA for 4c517f0
.github/workflows/release.yaml
@@ -25,12 +25,9 @@ jobs:
25
- name: Setup Node
26
uses: actions/setup-node@v4
27
with:
28
- node-version: 18
+ node-version: 24
29
registry-url: 'https://registry.npmjs.org'
30
31
- - name: Upgrade npm for OIDC support
32
- run: npm install -g npm@latest
33
-
34
- name: Share readme
35
run: cp README.md packages/graphql-armor/README.md
36
0 commit comments