Skip to content

Commit

Permalink
hey do you like this folder
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio authored May 1, 2024
1 parent 2571c80 commit 1dee2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ls -la
- run: cd ${{ matrix.folder }}
- name: Use Node.js 18.20.2
uses: actions/setup-node@v3
with:
node-version: 18.20.2
cache: 'yarn'
cache-dependency-path: ./${{ matrix.folder }}/yarn.lock

- name: "${{ matrix.folder }}: install"
run: yarn install --immutable --immutable-cache --check-cache
Expand Down

0 comments on commit 1dee2a8

Please sign in to comment.