-
Notifications
You must be signed in to change notification settings - Fork 11
Bump to Node LTS #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Bump to Node LTS #30
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
bbaca16
Fix if conditions in release branch merge handler workflow
gfarb bf31cd9
set fetch depth on checkout in release branch merge handler
gfarb 90e58bb
Merge remote-tracking branch 'origin' into dev
gfarb 4936eba
Upgrade to node 18
gfarb d0067e1
setup script update to check if SFDX_PLUGINS var is null & updated pa…
gfarb 1de46ec
update if statement to check if SFDX_PLUGINS is not null
gfarb ef5016d
revert changes to local setup script, update codespace setup script
gfarb 707709b
test changes to codespaces setup script to create unsignedPluginAllow…
gfarb ec7fce2
nvmrc file, updated package-lock, remove bad file, update setup scrip…
gfarb f97b641
only remove package-lock if node_modules was cleaned up
gfarb dd8082f
fix syntax bug in setup script
gfarb c9481d1
Test fix for unsignedPluginAllowList.json generation
gfarb 5d3c12e
only run plugin logic in setup if there are plugins to install
gfarb e802209
setup script path cleanup and puppeteer installation for email deliv …
gfarb 27b5ab6
Fix compile release notes and delete artifacts
gfarb feb671f
Update codespaces setup script to not remove package-lock
gfarb 924b096
remove nvm install and redundant node module installations
gfarb 7b2da16
Only create release.md if it does not already exist
gfarb 994fdbc
Merge remote-tracking branch 'origin/main' into dev
rdietrick 9ec421b
upgrade node version
rdietrick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,36 +1,36 @@ | ||
| // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | ||
| // https://github.com/microsoft/vscode-dev-containers/tree/v0.162.0/containers/javascript-node | ||
| { | ||
| "name": "Node.js", | ||
| "build": { | ||
| "dockerfile": "Dockerfile", | ||
| // Update 'VARIANT' to pick a Node version: 10, 12, 14 | ||
| "args": { "VARIANT": "14" } | ||
| }, | ||
| // Set *default* container specific settings.json values on container create. | ||
| // "settings": {}, | ||
| // Add the IDs of extensions you want installed when the container is created. | ||
| "extensions": [ | ||
| "dbaeumer.vscode-eslint", | ||
| "esbenp.prettier-vscode", | ||
| "salesforce.salesforcedx-vscode-expanded" | ||
| ], | ||
| // Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
| // "forwardPorts": [], | ||
| // Use 'postCreateCommand' to run commands after the container is created. | ||
| // "postCreateCommand": "yarn install", | ||
| "postCreateCommand": "bash scripts/codespaces/setup", | ||
| // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
| "remoteUser": "node", | ||
| "features": { | ||
| "ghcr.io/devcontainers/features/git:1": {}, | ||
| "ghcr.io/devcontainers/features/github-cli:1": {}, | ||
| "ghcr.io/devcontainers/features/java:1": {}, | ||
| "ghcr.io/devcontainers/features/common-utils:1": {} | ||
| } | ||
| } | ||
| "name": "Node.js", | ||
| "build": { | ||
| "dockerfile": "Dockerfile", | ||
| // Update 'VARIANT' to pick a Node version: 10, 12, 14 | ||
| "args": { "VARIANT": "18" } | ||
| }, | ||
|
|
||
| // Set *default* container specific settings.json values on container create. | ||
| // "settings": {}, | ||
|
|
||
| // Add the IDs of extensions you want installed when the container is created. | ||
| "extensions": [ | ||
| "dbaeumer.vscode-eslint", | ||
| "esbenp.prettier-vscode", | ||
| "salesforce.salesforcedx-vscode-expanded" | ||
| ], | ||
|
|
||
| // Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
| // "forwardPorts": [], | ||
|
|
||
| // Use 'postCreateCommand' to run commands after the container is created. | ||
| // "postCreateCommand": "yarn install", | ||
| "postCreateCommand": "bash scripts/codespaces/setup", | ||
|
|
||
| // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
| "remoteUser": "node", | ||
| "features": { | ||
| "ghcr.io/devcontainers/features/git:1": {}, | ||
| "ghcr.io/devcontainers/features/github-cli:1": {}, | ||
| "ghcr.io/devcontainers/features/java:1": {}, | ||
| "ghcr.io/devcontainers/features/common-utils:1": {} | ||
| } | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| v18.12.1 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.