Skip to content

Commit

Permalink
chore: bumps all node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Aug 15, 2024
1 parent 260d8f2 commit 677a064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: "yarn"
cache-dependency-path: "**yarn.lock"
- name: install
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: "yarn"
cache-dependency-path: "**yarn.lock"
- name: install
Expand Down

0 comments on commit 677a064

Please sign in to comment.