Skip to content

Commit

Permalink
Update localisation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jliermann authored Nov 11, 2024
1 parent 6e24126 commit f90a80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localisation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
if: github.ref == 'refs/heads/localisation' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "lts/*"

Expand Down

0 comments on commit f90a80a

Please sign in to comment.