From 427cf22a42d322bce7329ef874da5292aee9b5a9 Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:49:04 -0700 Subject: [PATCH] Updated CI manifest to use Node 18 --- .github/workflows/master.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9864803..d36f198 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -19,10 +19,10 @@ jobs: with: fetch-depth: 0 - - name: Use Node.js 16.x - uses: actions/setup-node@v2 + - name: Use Node.js 18.x + uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Start MongoDB uses: supercharge/mongodb-github-action@1.9.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d86d11..1459ddc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: - name: Git checkout uses: actions/checkout@v3 - - name: Use Node.js 16.x - uses: actions/setup-node@v2 + - name: Use Node.js 18.x + uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Start MongoDB uses: supercharge/mongodb-github-action@1.9.0