Skip to content

Commit 9294c7b

Browse files
committed
Add missing SPDX header and bump node version for linter.
1 parent 54e52a5 commit 9294c7b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/lint-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: steps.changed-files.outputs.any_changed == 'true'
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: "20.x"
29+
node-version: "22.x"
3030
- name: Install dependencies
3131
if: steps.changed-files.outputs.any_changed == 'true'
3232
run: npm i --prefix javascriptv3

javascriptv3/example_code/cross-services/textract-react/src/Config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
export const Config = {
25
StackName: "textract-react",
36
DefaultImageName: "default_document_3.png",

0 commit comments

Comments
 (0)