Skip to content

Commit

Permalink
[CI] Test on node v14 as vercel doesn't support 16 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Sep 1, 2021
1 parent 17c9731 commit 9e38ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 14
cache: 'yarn'
- run: yarn install
- run: npm run build
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 14
cache: 'yarn'
- run: yarn install
- run: npm run prettier
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 14
cache: 'yarn'
- run: yarn install
- run: npm run eslint
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 14
- name: Download dist
uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion examples/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { resolve } from 'node:path'
import { resolve } from 'path'
import { defineConfig } from 'vite'
import reactRefresh from '@vitejs/plugin-react-refresh'
import reactJsx from 'vite-react-jsx'
Expand Down

1 comment on commit 9e38ab8

@vercel
Copy link

@vercel vercel bot commented on 9e38ab8 Sep 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.