Skip to content

Commit 704e6fb

Browse files
dependabot[bot]dreamorosi
authored andcommitted
chore(deps-dev): bump @types/node from 20.11.0 to 20.11.2 (#1912)
1 parent 62447ae commit 704e6fb

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Diff for: .devcontainer/Dockerfile

-16
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.212.0/containers/javascript-node/.devcontainer/base.Dockerfile
2-
<<<<<<< HEAD
32
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:ff7fcaf39a616aed41b7e9af6ebedfee1c605e89ba9416c6fa79f33762345aa7
4-
=======
5-
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
6-
ARG VARIANT="20-bullseye"
7-
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
8-
>>>>>>> 5d382569 (feat(maintenance): add support for nodejs20.x runtime (#1790))
93

104
# Install fnm to manage Node.js versions
115
RUN curl -fsSL https://fnm.vercel.app/install -o /tmp/install \
126
&& chmod a+x /tmp/install \
137
&& /tmp/install \
148
&& rm /tmp/install
159

16-
<<<<<<< HEAD
1710
# Install AWS SAM CLI
1811
RUN curl -LO https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip \
1912
&& unzip -q aws-sam-cli-linux-x86_64.zip -d sam-installation \
2013
&& sudo ./sam-installation/install \
2114
&& rm -rf sam-installation aws-sam-cli-linux-*
22-
=======
23-
# Install fnm to manage Node.js versions
24-
RUN curl -fsSL https://fnm.vercel.app/install | bash -s
25-
26-
RUN wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip \
27-
&& unzip aws-sam-cli-linux-x86_64.zip -d sam-installation \
28-
&& sudo ./sam-installation/install \
29-
&& rm -rf sam-installation aws-sam-cli-linux-*
30-
>>>>>>> 5d382569 (feat(maintenance): add support for nodejs20.x runtime (#1790))

Diff for: docs/maintainers.md

-4
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,7 @@ Some examples using our initial and new RFC templates: [#447](https://github.com
160160

161161
### Releasing a new version
162162

163-
<<<<<<< HEAD
164163
Firstly, make sure all the PRs that you want to include in the release are merged into the `main` branch.
165-
=======
166-
Firstly, make sure all the PRs that you want to include in the release are merged into the `main` banch.
167-
>>>>>>> d20269dd (docs(maintenance): add processes tab (#1747))
168164

169165
Next, run the integration tests one last time to make sure everything is working as expected. See [Run end to end tests](#run-end-to-end-tests) for more details.
170166

0 commit comments

Comments
 (0)