Skip to content

Commit ca84f66

Browse files
authored
Upgrade seutp-node from v2 to v4 (#213)
I've seen some build failures like Run actions/setup-node@v2 Found in cache @ /opt/hostedtoolcache/node/22.14.0/x64 /opt/hostedtoolcache/node/22.14.0/x64/bin/npm config get cache /home/runner/.npm Error: Cache service responded with 422 which this upgrade will resolve (recommended in [2]). [1] https://github.com/lune-climate/ts-results-es/actions/runs/14589373223/job/40920892340 [2] actions/setup-node#1275
1 parent 3e551b6 commit ca84f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
cache: 'npm'

0 commit comments

Comments
 (0)