Skip to content

Commit

Permalink
Updated actions/checkout, actions/setup-node, and codecov package ver…
Browse files Browse the repository at this point in the history
…sions to fix CI (#574)
  • Loading branch information
carolabadeer authored Mar 3, 2023
1 parent a476e2b commit 0fe39de
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 67 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,17 @@ jobs:
coverage: true
steps:
- name: Checkout AWS XRay SDK Node Repository @ default branch latest
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true


- name: Cache NPM modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/.npm
key: ${{ matrix.os }}-${{ hashFiles('package-lock.json') }}
Expand Down Expand Up @@ -68,15 +70,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout AWS XRay SDK Node Repository @ default branch latest
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Cache NPM modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/.npm
key: ${{ hashFiles('package-lock.json') }}
Expand Down
99 changes: 39 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aws-xray-sdk-express": "3.4.1",
"chai": "^4.2.0",
"cls-hooked": "^4.2.2",
"codecov": "^3.8.1",
"codecov": "^3.8.3",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-semistandard": "^15.0.1",
Expand Down

0 comments on commit 0fe39de

Please sign in to comment.