Skip to content

Commit

Permalink
Upgrade actions/setup-node to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 31, 2024
1 parent a0f131e commit c99915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
Expand Down

0 comments on commit c99915c

Please sign in to comment.