Skip to content

Commit

Permalink
update node version on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
halsk committed Jan 2, 2024
1 parent 1306a9c commit a7b142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.10.0'

- name: Cache dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit a7b142a

Please sign in to comment.