Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Feb 12, 2024
1 parent c47a3f5 commit cd66932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 18.13.0
node-version: 20.9.0

- name: Install all dependencies
run: yarn install
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 18.13.0
node-version: 20.9.0

- name: Install all dependencies
run: yarn install
Expand Down

0 comments on commit cd66932

Please sign in to comment.