-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from buildkite/bump-netlify-cli
Bump netlify-cli
- Loading branch information
Showing
4 changed files
with
2,520 additions
and
2,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.19.1 | ||
18.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.