Skip to content

Commit a6609c8

Browse files
committed
Fix GitHub Actions
1 parent 53acdd2 commit a6609c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-test-and-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ jobs:
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@main
62+
- uses: actions/setup-node@v2
63+
with:
64+
node-version: 14.x
6265

63-
- name: Build
66+
- name: Npm install and build
6467
run: |
6568
npm ci
6669
npm run build

0 commit comments

Comments
 (0)