Skip to content

Commit f8bb63a

Browse files
committed
chore: check node 14 on pipeline
1 parent c6a6ef1 commit f8bb63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '18'
15+
node-version: '14'
1616
- name: Install Dependencies
1717
run: npm ci
1818
- name: Release

0 commit comments

Comments
 (0)