Skip to content

Commit

Permalink
ci: πŸ’š update node version on the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyruks committed Sep 21, 2024
1 parent 2a301df commit 8712dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js (v20.8.1)
- name: Setup Node.js (v20.13.1)
uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20.13.1

- name: Setup pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 8712dff

Please sign in to comment.