File tree 8 files changed +11
-59
lines changed
actions/cached-node-modules
8 files changed +11
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 57
57
run : |
58
58
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
59
59
- name : Setup dependencies
60
- uses : ./ .github/actions/cached-node-modules
60
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
61
61
- name : Publish to npm
62
62
run : |
63
63
NPM_CONFIG_PROVENANCE=true npx lerna publish from-package --git-head ${{ github.sha }} --yes
Original file line number Diff line number Diff line change 28
28
node-version : " 20"
29
29
cache : " npm"
30
30
- name : Setup dependencies
31
- uses : ./ .github/actions/cached-node-modules
31
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
32
32
- name : Version
33
33
id : bump-version
34
34
run : npx lerna version --conventional-commits --no-git-tag-version --no-push --no-commit-hooks --yes
Original file line number Diff line number Diff line change 39
39
with :
40
40
node-version : " 20"
41
41
- name : Setup dependencies
42
- uses : ./ .github/actions/cached-node-modules
42
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
43
43
- name : CDK build
44
44
run : npm run cdk -w layers -- synth --context PowertoolsPackageVersion=${{ inputs.latest_published_version }} -o cdk.out
45
45
- name : Zip output
Original file line number Diff line number Diff line change 24
24
node-version : ${{ matrix.version }}
25
25
cache : " npm"
26
26
- name : Setup dependencies
27
- uses : ./ .github/actions/cached-node-modules
27
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
28
28
with :
29
29
nodeVersion : ${{ matrix.version }}
30
30
- name : Run linting
71
71
node-version : 20
72
72
cache : " npm"
73
73
- name : Setup dependencies
74
- uses : ./ .github/actions/cached-node-modules
74
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
75
75
- name : Run linting
76
76
run : npm run lint
77
77
- name : Run tests
89
89
node-version : 20
90
90
cache : " npm"
91
91
- name : Setup dependencies
92
- uses : ./ .github/actions/cached-node-modules
92
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
93
93
- name : Run linting
94
94
run : npm run lint -w layers
95
95
- name : Run tests
@@ -107,7 +107,7 @@ jobs:
107
107
node-version : 20
108
108
cache : " npm"
109
109
- name : Setup dependencies
110
- uses : ./ .github/actions/cached-node-modules
110
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
111
111
- name : Run linting
112
112
run : npm run lint -w examples/snippets
113
113
check-docs :
@@ -123,6 +123,6 @@ jobs:
123
123
node-version : 20
124
124
cache : " npm"
125
125
- name : Setup dependencies
126
- uses : ./ .github/actions/cached-node-modules
126
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
127
127
- name : Run linting
128
128
run : npm run lint:markdown
Original file line number Diff line number Diff line change 74
74
with :
75
75
node-version : " 20"
76
76
- name : Setup dependencies
77
- uses : ./ .github/actions/cached-node-modules
77
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
78
78
- name : Download artifact
79
79
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
80
80
with :
Original file line number Diff line number Diff line change 57
57
node-version : " 20"
58
58
cache : " npm"
59
59
- name : Setup dependencies
60
- uses : ./ .github/actions/cached-node-modules
60
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
61
61
- name : Set up Python
62
62
uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
63
63
with :
Original file line number Diff line number Diff line change 59
59
with :
60
60
node-version : ' 20'
61
61
- name : Setup dependencies
62
- uses : ./ .github/actions/cached-node-modules
62
+ uses : aws-powertools/actions/ .github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
63
63
with :
64
64
nodeVersion : ' 20'
65
65
- name : Setup AWS credentials
You can’t perform that action at this time.
0 commit comments