Skip to content

Commit

Permalink
Update to Node 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 25, 2025
1 parent cba4e9a commit 34b004a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Clone Deploy Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: openra/openra.github.io
token: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 34b004a

Please sign in to comment.