Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
node version 16
  • Loading branch information
leandrogilcarrano authored May 13, 2024
1 parent 3e25c7b commit d6119e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 16
- uses: microsoft/playwright-github-action@v1
with:
node-version: 14
- uses: actions/cache@v1
with:
path: ~/.npm
Expand All @@ -54,7 +52,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit d6119e6

Please sign in to comment.