Skip to content

Commit

Permalink
Merge branch 'main' into jim-smith-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-smith authored Nov 8, 2023
2 parents 8ce0292 + 5bd87e0 commit 3682abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.10"
install-just: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand All @@ -42,7 +42,7 @@ jobs:
install-just: true
# our just setup doesn't make just available on the path
- uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.10"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: "npm"
Expand Down

0 comments on commit 3682abb

Please sign in to comment.