From 3a4b0ca09b1705445e9cdb05677817f72de7585e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 10 Apr 2023 19:13:40 +0200 Subject: Updated yarn.lock file and CI setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62658ac..77c072b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,18 @@ on: jobs: build: runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '14.x' + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" -- cgit v1.2.3