Skip to content

Commit

Permalink
ci: Update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jul 4, 2023
1 parent 881e84f commit 2fa3c09
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 @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
- name: Set Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18.x

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 2fa3c09

Please sign in to comment.