File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - name : Use Node.js
1313 uses : actions/setup-node@v1
1414 with :
15- node-version : " 14 .x"
15+ node-version : " 18 .x"
1616 - name : Install node modules
1717 run : npm ci
1818 - name : Build
Original file line number Diff line number Diff line change 1515 - name : Use Node.js
1616 uses : actions/setup-node@v1
1717 with :
18- node-version : " 14 .x"
18+ node-version : " 18 .x"
1919 - name : Install node modules
2020 run : npm ci
2121 - name : Run tests
Original file line number Diff line number Diff line change 1919 - name : Install Node.JS 12.x
2020 uses : actions/setup-node@v1
2121 with :
22- node-version : 12 .x
22+ node-version : 18 .x
2323 - name : Extract documentation and library files from the p5.js repo
2424 run : |
2525 npm install
Original file line number Diff line number Diff line change 1717 - name : Install Node.JS 12.x
1818 uses : actions/setup-node@v1
1919 with :
20- node-version : 12 .x
20+ node-version : 18 .x
2121 - name : npm install
2222 run : npm install
2323 # - name: Update json files
You can’t perform that action at this time.
0 commit comments