Skip to content

Commit 0171627

Browse files
Update actions/setup-node action to v6
1 parent 12947bc commit 0171627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: nvmrc
2121
uses: browniebroke/read-nvmrc-action@v1
2222

23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v6
2424
with:
2525
# use the output from the action
2626
node-version: '${{ steps.nvmrc.outputs.node_version }}'

0 commit comments

Comments
 (0)