Skip to content

Commit 923cea4

Browse files
Chore(github): Bump actions/setup-node from 5 to 6 (#44)
1 parent b144805 commit 923cea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v6
3030
- name: Test on Node.js ${{ matrix.node-version }}
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- run: npm install

0 commit comments

Comments
 (0)