1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

build: update infra (#652)

This commit is contained in:
Ika
2023-07-22 19:19:36 +08:00
committed by GitHub
parent ef5ce591cb
commit 4896810dcc
23 changed files with 3158 additions and 6086 deletions

13
.github/actions/setup/action.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: setup
description: setup
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
cache: pnpm
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: pnpm install
shell: bash