Skip to content

Commit

Permalink
more docs tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 2, 2023
1 parent 093f3b9 commit cacfb12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ jobs:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1

# Configuring caching is also recommended.
# See https://github.com/guardian/actions-setup-node
# TODO: configure caching
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc

# Configuring caching is also recommended.
# TODO: configure caching
# See https://github.com/actions/setup-java
- name: Setup Java 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit cacfb12

Please sign in to comment.