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:
13
.github/actions/setup/action.yml
vendored
Normal file
13
.github/actions/setup/action.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user