Skip to content

Commit 1348d83

Browse files
authored
Merge pull request #19 from GetStream/semantic-release
chore: Fix release github action
2 parents 9ef5c3f + 298ba58 commit 1348d83

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)