Skip to content

Commit

Permalink
Upgrade Node.js and install Percy
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Aug 20, 2024
1 parent 2bde4d2 commit fd8a04c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 20.x
- name: Install Dependencies
run: npm install
run: |
npm install
npm install --global @percy/cli
- name: Test
if: success()
run: make test-ci
Expand Down

0 comments on commit fd8a04c

Please sign in to comment.