Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Apr 19, 2024
1 parent 413d2f0 commit d0edd29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable Corepack before setting up Node
run: corepack enable
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
- name: Install dependencies
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
run: yarn
- run: yarn set version berry
- run: FONTAWESOME_NPM_AUTH_TOKEN=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }} yarn
- run: yarn lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"homepage": "https://github.com/user-interviews/ui-design-system",
"_id": "@user-interviews/[email protected]",
"volta": {
"node": "18.18.2",
"node": "20.12.1",
"yarn": "4.1.1"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit d0edd29

Please sign in to comment.