Skip to content

Commit 6e21e8b

Browse files
authored
Update Node.js setup action to version 6
1 parent d38d693 commit 6e21e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: latest
1919
registry-url: https://npm.pkg.github.com/

0 commit comments

Comments
 (0)