Skip to content

Commit

Permalink
update node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Feb 3, 2025
1 parent 803812a commit 186a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 23.6.0
node-version: 23.7.0
cache: 'npm'
- name: Install Node dependencies
run: npm ci
Expand Down

0 comments on commit 186a539

Please sign in to comment.