File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v3
15- - name : Use Node.js 19
15+ - name : Use Node.js 20
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : 19
18+ node-version : 20
1919 - run : npm install
2020 - run : npm run build
2121 - name : JS Files Changed
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v3
15- - name : Use Node.js 19
15+ - name : Use Node.js 20
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : 19
18+ node-version : 20
1919 - run : npm install
2020 - run : npx rescript format -all -check
2121 - name : Helpful error message
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v3
15- - name : Use Node.js 18
15+ - name : Use Node.js 20
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : 18
18+ node-version : 20
1919 - run : npm install
2020 - run : npm run build
2121 - run : npm run test-doc-examples
You can’t perform that action at this time.
0 commit comments