From 43bce2b6e033bb1ae8f6853b2c4fb48f9b7d9dc9 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Wed, 1 Apr 2026 12:00:00 +0800 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 00000000..a845151c --- /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 0f2fd01d..2f628cee 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