mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-07 01:33:33 -08:00
Fix: CI - checkout
This commit is contained in:
parent
a404a46804
commit
8786d2a676
2 changed files with 4 additions and 3 deletions
4
.github/actions/node-setup/action.yml
vendored
4
.github/actions/node-setup/action.yml
vendored
|
|
@ -3,13 +3,11 @@ name: "Setup"
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# https://github.com/actions/cache/blob/main/examples.md#node---yarn
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
shell: bash
|
||||
|
||||
- name: Node cache
|
||||
id: node-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue