We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b80a0 commit e4e5421Copy full SHA for e4e5421
.github/workflows/cd.yml
@@ -16,6 +16,8 @@ jobs:
16
persist-credentials: false
17
- name: Install Node
18
uses: actions/setup-node@v1
19
+ with:
20
+ node-version: 14
21
- name: Install PNPM
22
run: npm install -g pnpm
23
- name: Install dependencies
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
uses: actions/checkout@v2
12
13
14
15
- name: Install and test
0 commit comments