From 8e318c44f26ac25c80d8bd0811f19f5e3fe9903b Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Mon, 4 Dec 2023 17:38:28 +0100 Subject: [PATCH] [chore] [ci] Update Node version to LTS (#1365) * Update Node version to LTS * Create silver-windows-float.md --- .changeset/silver-windows-float.md | 2 ++ .github/workflows/style-check.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .changeset/silver-windows-float.md diff --git a/.changeset/silver-windows-float.md b/.changeset/silver-windows-float.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/silver-windows-float.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index 0f2fd01df9..2f628ceea0 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -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