Skip to content

Commit

Permalink
[ci] Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 4, 2023
1 parent d8dd485 commit a049674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
os: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.arch }}
Expand Down

0 comments on commit a049674

Please sign in to comment.