Skip to content

Commit

Permalink
Fix test (#10)
Browse files Browse the repository at this point in the history
* fix: update node-version

* fix: delete cache
  • Loading branch information
Andres23Ramirez authored May 23, 2024
1 parent 8a16d52 commit e442f1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '20.8.1'
node-version: "20"

- name: Download Package Dependencies
uses: actions/download-artifact@v2
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ jobs:
with:
node-version: '20.8.1'

- name: Cache dependencies
uses: actions/cache@v2
with:
path: |
~/.cache/yarn
**/node_modules
key: ${{ runner.os }}-build-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-build-
- name: Install Packages
run: yarn install --frozen-lockfile
shell: bash
Expand Down

0 comments on commit e442f1f

Please sign in to comment.