From 2f6c84ef35caff155a2a9e7ca6f8d186aa78c6a3 Mon Sep 17 00:00:00 2001 From: icleitoncosta Date: Wed, 15 Jan 2025 05:37:57 -0300 Subject: [PATCH] chore: update node version from workflows --- .github/workflows/build.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c05da8c21f..51878957b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x - name: Get npm cache directory id: npm-cache diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ba43ebef24..509ba2f4c8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x - name: Get npm cache directory id: npm-cache diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72ef250305..79d9dbe6b7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x - name: Get npm cache directory id: npm-cache diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3d7166e1e5..f0bc276a84 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x - name: Get npm cache directory id: npm-cache diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba8d987b81..ab242584ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x registry-url: 'https://registry.npmjs.org' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40b582689a..18ed937931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x - name: Get npm cache directory id: npm-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c6f24fb8f..3cee0b773f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.1.0 with: - node-version: 16.x + node-version: 19.x - name: Get npm cache directory id: npm-cache