We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a6ef1 commit f8bb63aCopy full SHA for f8bb63a
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node.js
13
uses: actions/setup-node@v3
14
with:
15
- node-version: '18'
+ node-version: '14'
16
- name: Install Dependencies
17
run: npm ci
18
- name: Release
0 commit comments