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 373e05a commit e5d43a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:

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

- name: Yarn
run: yarn install --frozen-lockfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

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

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

0 comments on commit e5d43a0

Please sign in to comment.