Skip to content

Commit

Permalink
fix: update node version for test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 8, 2023
1 parent 8dbd97d commit 01ed5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "18.12"
node-version: "20.10.0"

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 01ed5bf

Please sign in to comment.