Skip to content

Commit c500c37

Browse files
authored
Merge pull request #3072 from CarnegieLearningWeb/bugfix/update-js-pub-action-with-updated-readme
update readme and git publish workflow
2 parents cf96cd3 + 5b21ad3 commit c500c37

3 files changed

Lines changed: 24 additions & 476 deletions

File tree

.github/actions/generic-npm-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
node_version:
1616
description: Version of nodejs to build with
1717
required: false
18-
default: 18
18+
default: 22
1919
runs:
2020
using: composite
2121
steps:

.github/variables/vars.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NODE_VERSION=22.14

0 commit comments

Comments
 (0)