diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73c3b8320..223ff135c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: branches: - "**" env: - NODE_VERSION: '18.13' + NODE_VERSION: '18.17' PROJECT: designlab # ^ Is important to note that the above is used as: # * SENTRY project to deploy so naming must match diff --git a/environments/common.env b/environments/common.env index 4b3f87f40..25a86421f 100644 --- a/environments/common.env +++ b/environments/common.env @@ -1,4 +1,4 @@ PRODUCT=designlab -NODE_VERSION=18.13 +NODE_VERSION=18.17 CSP_HEADER="frame-src 'self'; default-src 'self'; connect-src 'self'; script-src 'self' 'unsafe-inline'; worker-src 'self' blob: ; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com https://fonts.googleapis.com; frame-ancestors 'self';"