Skip to content

Commit

Permalink
Update github actions to use Node 20
Browse files Browse the repository at this point in the history
Update github actions to use Node 20.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jun 13, 2024
1 parent 963467c commit 65299ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cctesttool-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cctesttool-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
run:
working-directory: ./tools/chaincode-integration
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit 65299ea

Please sign in to comment.