Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 2c921f7

Browse files
committed
fix(ci): fix syntax for node version
1 parent 132cf56 commit 2c921f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: 12.x
19+
node-version: 12
2020
steps:
2121
- name: Checkout Repo
2222
uses: actions/checkout@master

0 commit comments

Comments
 (0)