File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Use Node.js ${{ matrix.node-version }}
1818 uses : actions/setup-node@v2
1919 with :
20- node-version : 16
20+ node-version : 18
2121 - run : npm i
2222 - name : Build
2323 if : ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
7676 - name : Use Node.js ${{ matrix.node-version }}
7777 uses : actions/setup-node@v2
7878 with :
79- node-version : 16
79+ node-version : 18
8080 - run : npm i
8181 - name : Build local dashboard
8282 if : ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
@@ -108,7 +108,7 @@ jobs:
108108 - name : Use Node.js ${{ matrix.node-version }}
109109 uses : actions/setup-node@v2
110110 with :
111- node-version : 16
111+ node-version : 18
112112 registry-url : ' https://registry.npmjs.org'
113113 - name : Build packages
114114 run : npm i && npm run build --ws
You can’t perform that action at this time.
0 commit comments