Node 14 for Vite

This commit is contained in:
Ralph J. Smit
2022-07-20 15:53:30 +02:00
parent 5b124cc433
commit 9bd3107303

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- run: npm install
- run: npm run production