Skip to content

Commit 0fe39de

Browse files
authored
Updated actions/checkout, actions/setup-node, and codecov package versions to fix CI (#574)
1 parent a476e2b commit 0fe39de

File tree

3 files changed

+48
-67
lines changed

3 files changed

+48
-67
lines changed

.github/workflows/pr-build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@ jobs:
2727
coverage: true
2828
steps:
2929
- name: Checkout AWS XRay SDK Node Repository @ default branch latest
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- name: Setup Node ${{ matrix.node-version }}
33-
uses: actions/setup-node@v1
33+
uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ matrix.node-version }}
36+
check-latest: true
37+
3638

3739
- name: Cache NPM modules
38-
uses: actions/cache@v2
40+
uses: actions/cache@v3
3941
with:
4042
path: $HOME/.npm
4143
key: ${{ matrix.os }}-${{ hashFiles('package-lock.json') }}
@@ -68,15 +70,15 @@ jobs:
6870
runs-on: ubuntu-latest
6971
steps:
7072
- name: Checkout AWS XRay SDK Node Repository @ default branch latest
71-
uses: actions/checkout@v2
73+
uses: actions/checkout@v3
7274

7375
- name: Setup Node
74-
uses: actions/setup-node@v1
76+
uses: actions/setup-node@v3
7577
with:
7678
node-version: 16.x
7779

7880
- name: Cache NPM modules
79-
uses: actions/cache@v2
81+
uses: actions/cache@v3
8082
with:
8183
path: $HOME/.npm
8284
key: ${{ hashFiles('package-lock.json') }}

package-lock.json

Lines changed: 39 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"aws-xray-sdk-express": "3.4.1",
2323
"chai": "^4.2.0",
2424
"cls-hooked": "^4.2.2",
25-
"codecov": "^3.8.1",
25+
"codecov": "^3.8.3",
2626
"eslint": "^7.5.0",
2727
"eslint-config-prettier": "^6.11.0",
2828
"eslint-config-semistandard": "^15.0.1",

0 commit comments

Comments
 (0)