File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Setup node.js
1818 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1919 with :
20- node-version : " 16 "
20+ node-version : " 22 "
2121 check-latest : true
2222
2323 # Install `esy` to build the project
Original file line number Diff line number Diff line change 1313 - name : Setup node.js
1414 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1515 with :
16- node-version : " 16 "
16+ node-version : " 22 "
1717 check-latest : true
1818
1919 - name : " Set up emsdk"
Original file line number Diff line number Diff line change 1515 ocaml-compiler : [4.13.1, 4.14.1, 5.2.0]
1616
1717 steps :
18+ - name : Setup node.js
19+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
20+ with :
21+ node-version : " 22"
22+ check-latest : true
23+
1824 - name : Checkout project
1925 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2026 with :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - name : Setup NodeJS
103103 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
104104 with :
105- node-version : " 16 "
105+ node-version : " 22 "
106106 registry-url : " https://registry.npmjs.org"
107107
108108 - name : Publish to npm
You can’t perform that action at this time.
0 commit comments