Skip to content

Commit

Permalink
fix: maybe its looking at fetched-v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 11, 2024
1 parent 608f502 commit 3e37b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Create pkg-cache directory and copy static NodeJS binary
run: |
mkdir -p ~/.pkg-cache/v2.6
cp node ~/.pkg-cache/v2.6/fetched-v16.2.0-alpine-x64
cp node ~/.pkg-cache/v2.6/fetched-v14.0.0-alpine-x64
- name: Remove downloaded binary and run tests
run: |
rm -rf node
Expand Down

0 comments on commit 3e37b95

Please sign in to comment.