Skip to content

Commit

Permalink
fix: update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres23Ramirez committed May 23, 2024
1 parent 1d2c84d commit ea10a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: "18.16.1"
node-version: '20.8.1'

- name: Get Yarn Cache Directory Path
id: yarn-cache-dir-path
Expand Down

0 comments on commit ea10a80

Please sign in to comment.