Skip to content

Commit

Permalink
Merge pull request #40 from buildkite/bump-netlify-cli
Browse files Browse the repository at this point in the history
Bump netlify-cli
  • Loading branch information
yob authored Sep 21, 2024
2 parents 54e1a16 + e36c510 commit d0fd427
Show file tree
Hide file tree
Showing 4 changed files with 2,520 additions and 2,210 deletions.
12 changes: 5 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ steps:
login: true
account-ids: public.ecr.aws
- docker#v3.7.0:
image: "public.ecr.aws/docker/library/node:lts-alpine3.14"
image: "public.ecr.aws/docker/library/node:lts-alpine3.16"

- label: ":lint-roller: Linting text and markdown"
agents:
Expand All @@ -83,9 +83,7 @@ steps:
# version, is way faster because we don't have to wait for Ruby gems to
# install.
- docker#v3.7.0:
# Alpine 3.14 - EOS 01 May 2023
# lts = Node 1415.1 - 2023-04-30
image: "public.ecr.aws/docker/library/node:lts-alpine3.14"
image: "public.ecr.aws/docker/library/node:lts-alpine3.16"

- label: "Validate YAML"
command:
Expand All @@ -100,7 +98,7 @@ steps:
login: true
account-ids: public.ecr.aws
- docker#v3.7.0:
image: "public.ecr.aws/docker/library/node:lts-alpine3.14"
image: "public.ecr.aws/docker/library/node:lts-alpine3.16"

- label: ":lint-roller: :markdown: Linting the Markdown"
command: npm run -y mdlint
Expand All @@ -113,7 +111,7 @@ steps:
login: true
account-ids: public.ecr.aws
- docker#v3.7.0:
image: "public.ecr.aws/docker/library/node:lts-alpine3.14"
image: "public.ecr.aws/docker/library/node:lts-alpine3.16"

- label: ":snake: Linting markdown files for snake case"
command: npx -y @ls-lint/[email protected]
Expand All @@ -126,7 +124,7 @@ steps:
login: true
account-ids: public.ecr.aws
- docker#v3.7.0:
image: "public.ecr.aws/docker/library/node:lts-alpine3.14"
image: "public.ecr.aws/docker/library/node:lts-alpine3.16"

- label: ":rspec: RSpec"
depends_on: linting
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.1
18.16.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"husky": "^8.0.0",
"netlify-cli": "^15.2.0",
"netlify-cli": "^17.36.2",
"prettier": "2.8.4",
"sass": "^1.66.1",
"vite": "^4.5.5",
Expand Down
Loading

0 comments on commit d0fd427

Please sign in to comment.