Skip to content

Commit 6810890

Browse files
chore(deps): update actions/setup-node action to v5 (#41)
1 parent 342dbe8 commit 6810890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout your repository using git
1717
uses: actions/checkout@v5
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: "latest"
2222
- name: Check action's npm version

0 commit comments

Comments
 (0)