From eab62311e35c5767f323947e205efa2a7d11a9c4 Mon Sep 17 00:00:00 2001 From: xobotyi Date: Sun, 5 Feb 2023 20:47:17 +0100 Subject: [PATCH] fix(ci): bump node version --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b47165..2a3c617 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: bahmutov/npm-install@v1 with: @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: bahmutov/npm-install@v1 with: @@ -73,7 +73,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: bahmutov/npm-install@v1 with: @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: bahmutov/npm-install@v1 with: