1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:25:48 -04:00

trying to fetch Twemoji SVGs from an NPM package instead of Go module

not actually published on NPM, though: https://github.com/jakejarvis/twemoji-svg
This commit is contained in:
2020-07-29 12:27:56 -04:00
parent d0ff6dd0a9
commit cb61438d11
7 changed files with 33 additions and 35 deletions

View File

@@ -72,9 +72,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: actions/setup-go@v2
with:
go-version: 1.14.x
- name: Get Yarn cache location
# https://github.com/actions/cache/blob/master/examples.md#node---yarn
# https://github.com/actions/cache/issues/60