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