Skip to content

Commit

Permalink
chore(ci): upgrade node (#176)
Browse files Browse the repository at this point in the history
* chore(ci): upgrade node

* chore(ci): upgrade node

* fix package-lock.json
  • Loading branch information
LironEr authored Dec 29, 2023
1 parent 3041fd7 commit c5c14ec
Show file tree
Hide file tree
Showing 2 changed files with 9,143 additions and 6,158 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14.19.0]
node_version: [20.10.0]
container: cypress/base:${{ matrix.node_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit c5c14ec

Please sign in to comment.