Skip to content

Commit

Permalink
chore: update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Aug 10, 2024
1 parent 1c7d32c commit 373e05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
fetch-depth: 30

- uses: FranzDiebold/github-env-vars-action@v2

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21

- name: Yarn
run: yarn install --frozen-lockfile
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
fetch-depth: 30

- uses: FranzDiebold/github-env-vars-action@v2

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21

- name: Yarn
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 373e05a

Please sign in to comment.