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