From d5a8b3f1fb99352a0ed4fa67488b723bd8892b18 Mon Sep 17 00:00:00 2001 From: diced Date: Sat, 29 Oct 2022 10:53:21 -0700 Subject: [PATCH] chore: update workflows node@18 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c7aa32..ea766d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' - name: 'Restore dependency cache' id: cache-restore