Skip to content

Commit

Permalink
Update Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SeokminHong committed Nov 29, 2023
1 parent 805ff6f commit fe3e0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 12.x
- name: Set Node.js
uses: actions/[email protected]
with:
node-version: 14.x
node-version: 18.x

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit fe3e0dc

Please sign in to comment.