Skip to content

Commit

Permalink
upgrade node.js for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Nov 2, 2023
1 parent a03f1fc commit be96f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To contribute to this project, you need to have the following installed on your

1. git .

1. node.js
1. node.js (version 16 or higher is recommended)

1. npm (version 9 or higher is recommended)

Expand Down

0 comments on commit be96f69

Please sign in to comment.