Skip to content

Commit 38e64e8

Browse files
committed
v5 has issues where yarn fails immediately
Because it was a breaking change they pretty much immediately had to ship v6 to fix the issue.
1 parent 7f1afda commit 38e64e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-ai-langchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
18+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1919
with:
2020
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)