Skip to content

Commit

Permalink
use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeng committed Jan 26, 2024
1 parent 4259b0c commit 729e29f
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 214 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-app-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

- name: Set up yarn cache
if: ${{ inputs.skip-node == 'false' }}
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -51,5 +51,5 @@ runs:
- name: Install node.js dependencies
if: ${{ inputs.skip-node == 'false' }}
run: yarn install
run: yarn install --force
shell: bash
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"private": "true",
"dependencies": {
"esbuild": "^0.19.12",
"dfe-autocomplete": "DFE-Digital/dfe-autocomplete#11738c0",
"govuk-frontend": "^5.0.0",
"sass": "^1.70.0"
"sass": "^1.70.0",
"dfe-autocomplete": "github:DFE-Digital/dfe-autocomplete#main",
"accessible-autocomplete": "^2.0.4"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
Expand Down
Loading

0 comments on commit 729e29f

Please sign in to comment.