-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from guardian/v3
V3 — Update to node current LTS (20.12.2) and core dependencies
- Loading branch information
Showing
20 changed files
with
319,641 additions
and
854,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,25 +12,21 @@ jobs: | |
permissions: | ||
id-token: write | ||
contents: read | ||
pull-requests: write # required since guardian/actions-riff-raff@v3 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: aws-actions/configure-aws-credentials@v1 | ||
with: | ||
aws-region: eu-west-1 | ||
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} | ||
|
||
- uses: guardian/[email protected] | ||
- uses: guardian/actions-read-private-repos@v1 | ||
with: | ||
private-ssh-keys: ${{ secrets.PRIVATE_INFRASTRUCTURE_CONFIG_DEPLOY_KEY }} | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version-file: '.nvmrc' | ||
cache: npm | ||
|
||
- uses: actions/setup-go@v3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.18' | ||
- name: Build Go service | ||
|
@@ -44,9 +40,11 @@ jobs: | |
npm test -- --passWithNoTests | ||
npm run synth-infra | ||
- uses: guardian/actions-riff-raff@v2 | ||
- uses: guardian/actions-riff-raff@v4 | ||
with: | ||
app: actions-static-site-infra | ||
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} | ||
githubToken: ${{ secrets.GITHUB_TOKEN }} | ||
config: | | ||
stacks: | ||
- deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16.13.2 | ||
v20.18.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.