We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a425d8 commit e02a6b5Copy full SHA for e02a6b5
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