Skip to content
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

build: Bump Node.js to latest LTS, 20.13.1 TDE-1090 #296

Merged
merged 2 commits into from
May 28, 2024
Merged

Conversation

l0b0
Copy link
Contributor

@l0b0 l0b0 commented May 23, 2024

  1. Update the engine:

    jq '.engines.node = "^20.13.1"' package.json | sponge package.json
    
  2. Update the lock file:

    npm install
    
  3. Update the uses of linz/action-typescript:

    for path in .github/workflows/*.y*ml; do
        yq --inplace '(.jobs.*.steps[] | select(.uses == "linz/action-typescript*").with.node-version) = "20.x"' "$path"
    done
    

1. Update the engine:

   ```
   jq '.engines.node = "^20.13.1"' package.json | sponge package.json
   ```
2. Update the lock file:

   ```
   npm install
   ```
3. Update the uses of `linz/action-typescript`:

   ```
   for path in .github/workflows/*.y*ml; do
       yq --inplace '(.jobs.*.steps[] | select(.uses == "linz/action-typescript*").with.node-version) = "20.x"' "$path"
   done
   ```
@l0b0 l0b0 requested a review from a team as a code owner May 23, 2024 23:11
@l0b0 l0b0 enabled auto-merge May 23, 2024 23:12
@l0b0 l0b0 changed the title build: Bump Node.js to latest LTS, 20.13.1 build: Bump Node.js to latest LTS, 20.13.1 TDE-1090 May 27, 2024
@l0b0 l0b0 added this pull request to the merge queue May 28, 2024
Merged via the queue into master with commit 37b6fd6 May 28, 2024
3 checks passed
@l0b0 l0b0 deleted the build/node-20 branch May 28, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants