diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cdf9383..c6814b2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 with: - node-version: 16.x + node-version: lts/* - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 name: Load Yarn cache with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 132d363..7f13fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 with: - node-version: 16.x + node-version: lts/* - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 name: Load Yarn cache with: