Skip to content

Commit

Permalink
ci.yaml: change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Nov 6, 2023
1 parent e6a634d commit 6da546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/[email protected]
with:
node-version: '16.20.0'
node-version: '18.18.1'
- name: Install npm dependencies
run: npm install
- name: Run build task
Expand Down

0 comments on commit 6da546f

Please sign in to comment.