Skip to content

Commit ba97e3a

Browse files
committed
ci: js: publish using github action with version 24
Signed-off-by: Tristram Gräbener <[email protected]>
1 parent c8a28e6 commit ba97e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Setup .npmrc file to publish to npm
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "20.x"
21+
node-version: "24"
2222
registry-url: "https://registry.npmjs.org"
2323
scope: "@osrd-project"
2424
- run: npm ci

0 commit comments

Comments
 (0)