Skip to content

Commit

Permalink
chore: build lol
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Aug 5, 2022
1 parent 7877e2a commit df2b45b
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,10 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache Yarn
id: yarn-cache-18-16
uses: actions/cache@v3
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
**/node_modules
key: ${{ runner.os }}-18-16-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-18-16-node-modules-
- name: Install Dependencies using Yarn
run: yarn install --ignore-engines && git checkout yarn.lock
run: yarn install --ignore-engines
- name: Build
run: yarn build
- name: Release Canary
id: canary
uses: 'kamilkisiela/release-canary@master'
Expand Down

0 comments on commit df2b45b

Please sign in to comment.