Skip to content

Commit

Permalink
Update ts-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Oct 13, 2024
1 parent 04ad5a7 commit 11d57f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Prepare build environment
uses: ./.github/actions/prepare-build-env
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install pnpm
run: npm i -g pnpm
- name: Install coreutils (macOS)
Expand Down

0 comments on commit 11d57f9

Please sign in to comment.