We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2447da commit 3dde8e6Copy full SHA for 3dde8e6
.github/workflows/cd.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
deploy:
10
- name: Test and deploy
+ name: Deploy
11
runs-on: ubuntu-latest
12
steps:
13
- name: Git checkout
@@ -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:
uses: actions/checkout@v2
14
15
0 commit comments