Skip to content

Commit

Permalink
Merge pull request #671 from Orfium/fix/deployment-node
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis authored Sep 20, 2023
2 parents 89da0fa + 320c241 commit 7dc9978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environments/common.env
Original file line number Diff line number Diff line change
@@ -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';"

0 comments on commit 7dc9978

Please sign in to comment.