We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a28e6 commit ba97e3aCopy full SHA for ba97e3a
1 file changed
.github/workflows/publish_npm.yaml
@@ -18,7 +18,7 @@ jobs:
18
# Setup .npmrc file to publish to npm
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: "20.x"
+ node-version: "24"
22
registry-url: "https://registry.npmjs.org"
23
scope: "@osrd-project"
24
- run: npm ci
0 commit comments