Skip to content

Commit

Permalink
change: updated the node version in manual.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
liwang2019 authored Oct 18, 2024
1 parent 073a7ea commit 4a67f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node.js # set up nodejs and npm command
uses: actions/setup-node@v1
with:
node-version: '14.x' # require only 14 is enough
node-version: '16.x' # require only 16 is enough
- name: Set up Perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit 4a67f00

Please sign in to comment.