Skip to content

Commit 1f06f2e

Browse files
Update actions/setup-node action to v4.4.0
1 parent 7b8d945 commit 1f06f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop.eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
33-
uses: actions/setup-node@v4.1.0
33+
uses: actions/setup-node@v4.4.0
3434
with:
3535
node-version: ${{ env.CURRENT_NODE_VERSION }}
3636
cache: "npm"

0 commit comments

Comments
 (0)