Skip to content

Commit

Permalink
fix: node 버전 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
a-honey committed Dec 1, 2024
1 parent 95faff3 commit 0f00708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node.js 14
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18

- name: Set yarn version 1.22.19
run: |
Expand Down

0 comments on commit 0f00708

Please sign in to comment.