Skip to content

Commit a5384ee

Browse files
Pinned package-lock-utd to a specifc version (#133)
1 parent fcc50df commit a5384ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 16
2121
- name: Check if package-lock.json is up to date
2222
run: |
23-
npx --yes package-lock-utd@1.x.x
23+
npx --yes package-lock-utd@1.1.0
2424
- name: Generate AWS profile
2525
run: |
2626
mkdir ~/.aws

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 16
2323
- name: Check if package-lock.json is up to date
2424
run: |
25-
npx --yes package-lock-utd@1.x.x
25+
npx --yes package-lock-utd@1.1.0
2626
- name: Lint frontend code with ESLint
2727
run: |
2828
curl -sSL https://install.python-poetry.org | python3 -
@@ -44,7 +44,7 @@ jobs:
4444
node-version: 16
4545
- name: Check if package-lock.json is up to date
4646
run: |
47-
npx --yes package-lock-utd@1.x.x
47+
npx --yes package-lock-utd@1.1.0
4848
- name: Lint backend code with Flake8
4949
run: |
5050
curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)