Skip to content

Commit

Permalink
bump node to LTS permanently (#1136)
Browse files Browse the repository at this point in the history
* Bump node to LTS permanently

* chore: also bump version of node in pull request workflow

---------

Co-authored-by: Julien Bisconti <[email protected]>
Co-authored-by: Manuel Schmid <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2024
1 parent cf36e94 commit 000d2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: 18
node-version: lts/*

- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
lts/*

0 comments on commit 000d2ad

Please sign in to comment.