Skip to content

Commit

Permalink
Merge pull request #156 from SamYuan1990/upgradeNodeJSversion
Browse files Browse the repository at this point in the history
[fix]: bump up nodejs version for GHA upgrade
  • Loading branch information
SamYuan1990 authored Dec 4, 2024
2 parents 11dafc8 + 6873b21 commit a711b90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a711b90

Please sign in to comment.