Skip to content

Commit

Permalink
Making lint job node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rishigupta1599 committed May 6, 2024
1 parent c42584d commit 5a4fadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}/node-16/${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}/node-16/
key: ${{ runner.os }}/node-18/${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}/node-18/
- run: yarn
env:
PERCY_POSTINSTALL_BROWSER: true
Expand Down

0 comments on commit 5a4fadb

Please sign in to comment.