We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240bb9c commit 458dfbeCopy full SHA for 458dfbe
.github/workflows/cd.yml
@@ -16,8 +16,6 @@ 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,8 +11,6 @@ jobs:
11
uses: actions/checkout@v2
12
13
14
15
- name: Install and test
0 commit comments