Skip to content

Commit

Permalink
W-13957966. Changed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
spezzirriemiliano committed Aug 28, 2023
1 parent 04abdbc commit c259a33
Showing 1 changed file with 5 additions and 5 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

0 comments on commit c259a33

Please sign in to comment.