Skip to content

Commit

Permalink
fix: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed May 23, 2024
1 parent 359eeea commit 17d050a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.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@v2
with:
node-version: '14'
node-version: '18'
- uses: actions/cache@v2
id: npm-and-build-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
CYPRESS_INSTALL_BINARY: 0
strategy:
matrix:
node-version: [12.x]
node-version: [18.x]
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit 17d050a

Please sign in to comment.