weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit bf0c5ec97a3bec418ca28b026bff7cadac765974
parent 02e047a30bae848cffc2c8e0c46a5f9294e3ccbc
Author: Matthew Horan <matt@matthoran.com>
Date:   Fri, 11 Dec 2020 11:12:33 -0500

Bump Node version for Actions to 12

Diffstat:
M.github/workflows/publish.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 12 - uses: expo/expo-github-action@v5 with: expo-version: 3.x