mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-21 13:45:07 -05:00
bump node to LTS permanently (#1136)
* Bump node to LTS permanently * chore: also bump version of node in pull request workflow --------- Co-authored-by: Julien Bisconti <julienb@spotify.com> Co-authored-by: Manuel Schmid <dev@mash1t.de>
This commit is contained in:
parent
cf36e94b71
commit
000d2ad22c
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user