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