Skip to content

Commit

Permalink
Merge branch 'NFDI4Chem:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jliermann authored Nov 11, 2024
2 parents d8bbad3 + c1ff14d commit 7dcea6b
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 7dcea6b

Please sign in to comment.