Skip to content

Commit

Permalink
Pinned package-lock-utd to a specifc version (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-weinberg authored Feb 23, 2023
1 parent fcc50df commit a5384ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 16
- name: Check if package-lock.json is up to date
run: |
npx --yes package-lock-utd@1.x.x
npx --yes package-lock-utd@1.1.0
- name: Generate AWS profile
run: |
mkdir ~/.aws
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 16
- name: Check if package-lock.json is up to date
run: |
npx --yes package-lock-utd@1.x.x
npx --yes package-lock-utd@1.1.0
- name: Lint frontend code with ESLint
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand All @@ -44,7 +44,7 @@ jobs:
node-version: 16
- name: Check if package-lock.json is up to date
run: |
npx --yes package-lock-utd@1.x.x
npx --yes package-lock-utd@1.1.0
- name: Lint backend code with Flake8
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit a5384ee

Please sign in to comment.