Skip to content

Commit

Permalink
Merge pull request #1177 from primer/node-14
Browse files Browse the repository at this point in the history
chore: Upgrade to Node.js 14.x (active LTS)
  • Loading branch information
smockle committed Apr 21, 2021
2 parents b3e4220 + ca918f6 commit 26a9f2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Primer Components",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:12",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:14",
"forwardPorts": [8000],
"postCreateCommand": ["/bin/bash", "-c", "pushd docs && yarn && popd && yarn"]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 12
node-version: 14

- name: Install dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 14

- name: Install dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/erbium
v14

1 comment on commit 26a9f2d

@vercel
Copy link

@vercel vercel bot commented on 26a9f2d Apr 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.