Skip to content

Commit

Permalink
ci: Upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent 5df64ec commit c627497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 10.x
node-version: 20.x
- name: Get yarn cache directory path
id : yarn-cache-dir-path
run : echo "##[set-output name=dir;].yarn"
Expand Down

0 comments on commit c627497

Please sign in to comment.