Skip to content

Commit

Permalink
Set node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marian42 committed Feb 10, 2024
1 parent e0b6326 commit 846d5f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install TypeScript
run: npm install -g typescript
Expand All @@ -23,7 +25,7 @@ jobs:
run: tsc

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .
Expand Down

0 comments on commit 846d5f1

Please sign in to comment.