From 90e267d9c743e5d98a1b085ea2b34f91cdee6464 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 3 Jul 2024 15:08:14 -0700 Subject: [PATCH] Bump node version from 16 -> 18 in builders --- .github/workflows/publish-linux.yml | 2 +- .github/workflows/publish-macos.yml | 2 +- .github/workflows/publish-pr.yml | 2 +- .github/workflows/publish-windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-linux.yml b/.github/workflows/publish-linux.yml index d7172d30..d7368f36 100644 --- a/.github/workflows/publish-linux.yml +++ b/.github/workflows/publish-linux.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and NPM uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 cache: npm - name: Install dependencies diff --git a/.github/workflows/publish-macos.yml b/.github/workflows/publish-macos.yml index 991b7a6d..6ff70d13 100644 --- a/.github/workflows/publish-macos.yml +++ b/.github/workflows/publish-macos.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and NPM uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 cache: npm - name: Install dependencies diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml index 12fc24c6..2008ceb3 100644 --- a/.github/workflows/publish-pr.yml +++ b/.github/workflows/publish-pr.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node and NPM uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: npm - name: Install dependencies diff --git a/.github/workflows/publish-windows.yml b/.github/workflows/publish-windows.yml index 33d36a0f..2edf16a2 100644 --- a/.github/workflows/publish-windows.yml +++ b/.github/workflows/publish-windows.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and NPM uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 cache: npm - name: Install dependencies