Skip to content

Commit a5c1af3

Browse files
committed
Add temp node 14
1 parent 5ddddc3 commit a5c1af3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
Xvfb -ac :99 -screen 0 1280x1024x16 &
2929
export DISPLAY=:99
3030
npm run testci:mobxangular
31+
32+
- name: "Install Node"
33+
uses: actions/setup-node@v3.6.0
34+
with:
35+
node-version: '14'
3136

3237
- name: "Compare bundle sizes"
3338
uses: preactjs/compressed-size-action@2.5.0

0 commit comments

Comments
 (0)