Skip to content

Commit

Permalink
ci/cd: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanNotFound authored Feb 18, 2024
1 parent 74ac055 commit 7e1b17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18' # Specify your required Node.js version
node-version: '20.x' # Specify your required Node.js version

- name: Clone Hexo site repository
run: git clone https://github.com/Evanovation/redefine-dev-preview.git hexo-site
Expand Down

0 comments on commit 7e1b17d

Please sign in to comment.