Skip to content

Commit 298ba58

Browse files
committed
chore: Fix release github action
1 parent 76ed184 commit 298ba58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x]
14+
node-version: [14.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: '12.x'
20+
node-version: '14.x'
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: Build

0 commit comments

Comments
 (0)