Skip to content

Commit 21f0afa

Browse files
committed
ci: try node 18 to see if it speeds up things
1 parent a66af15 commit 21f0afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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' }}
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)