Skip to content

Commit

Permalink
Merge pull request #12 from arc-archive/feat/W-13957966-cors-error-re…
Browse files Browse the repository at this point in the history
…sponse

W-13957966. Added error message including cors message
  • Loading branch information
spezzirriemiliano committed Aug 28, 2023
2 parents e676682 + 20ce6ca commit 3cd2ad6
Show file tree
Hide file tree
Showing 5 changed files with 10,249 additions and 554 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: 14
# node-version: 16
# - uses: microsoft/playwright-github-action@v1
# - uses: actions/cache@v1
# with:
Expand All @@ -53,7 +53,7 @@ jobs:
tag:
name: "Publishing release"
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
needs:
needs:
- test_linux
# - test_win
runs-on: ubuntu-latest
Expand All @@ -64,8 +64,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- uses: actions/cache@v1
with:
path: ~/.npm
Expand Down
Loading

0 comments on commit 3cd2ad6

Please sign in to comment.