diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 578d3b2..fdec4f0 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x] # We will deploy with only one version of node + node-version: [18.x] # We will deploy with only one version of node permissions: contents: write