Skip to content

Commit

Permalink
use latest node 22.5.1 in GitHub Actions (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
janishorsts authored Aug 1, 2024
1 parent 49236cf commit 6cad147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version: 22.4 # TODO(jhorsts): unpin when https://github.com/nodejs/node/issues/53902 is resolved
node-version: 22.5.1
- name: Setup yarn
run: corepack enable
- name: Dependencies
Expand Down

0 comments on commit 6cad147

Please sign in to comment.