Skip to content

Commit c8e8d5c

Browse files
authored
CI: migrate workflows to setup-node v4 (#145)
1 parent 9ee8108 commit c8e8d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
exit 1
5050
fi
5151
- name: Setup Node
52-
uses: actions/setup-node@v3
52+
uses: actions/setup-node@v4
5353
with:
5454
node-version: '16'
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}

0 commit comments

Comments
 (0)