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.
2 parents b03ecde + a7d8c43 commit fe28de9Copy full SHA for fe28de9
.github/workflows/NPM.yml
@@ -59,7 +59,7 @@ jobs:
59
steps:
60
- uses: actions/checkout@v6.0.2
61
62
- - uses: actions/setup-node@v6.2.0
+ - uses: actions/setup-node@v6.3.0
63
with:
64
node-version: "24"
65
.github/workflows/Node.yml
@@ -76,7 +76,7 @@ jobs:
76
--unsafe-perm=true
77
]
78
79
80
81
node-version: ${{ matrix.node-version }}
82
cache: "pnpm"
0 commit comments