Skip to content

Commit

Permalink
Merge branch 'develop' into feat/button-component
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny authored Oct 5, 2023
2 parents c1c59ff + 6c0f0ad commit 1b60bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18

- name: Cache Node.js dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 1b60bdb

Please sign in to comment.