diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-04-10 19:13:40 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-04-10 19:41:07 +0200 |
| commit | 3a4b0ca09b1705445e9cdb05677817f72de7585e (patch) | |
| tree | 3306e16791e11e8884b3e9bb61fc10b60788a9ec /.github/workflows/ci.yml | |
| parent | 83378509ecb0578a0c0e811a31985379cee3969f (diff) | |
| download | jo.mssola.com-3a4b0ca09b1705445e9cdb05677817f72de7585e.tar.gz jo.mssola.com-3a4b0ca09b1705445e9cdb05677817f72de7585e.zip | |
Updated yarn.lock file and CI setup
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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)" |
