[chore] [ci] Update Node version to LTS (#1365)

* Update Node version to LTS

* Create silver-windows-float.md
This commit is contained in:
Justin Halsall
2023-12-04 17:38:28 +01:00
committed by GitHub
parent dc52b38cad
commit 8e318c44f2
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
@@ -62,7 +62,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
@@ -82,7 +82,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile