Skip to content

Commit

Permalink
Update node version for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehBabenkoo committed Feb 5, 2024
1 parent a9ee207 commit 03c3411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install
- name: Cypress run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install
- name: Cypress run
Expand Down

0 comments on commit 03c3411

Please sign in to comment.