Skip to content

Commit

Permalink
Bump node version in the GH Action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaranjo89 committed Aug 15, 2024
1 parent e5c7144 commit 7a8a932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- run: cd sdk && npm ci
- run: cd sdk && npm test
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- run: cd sdk && npm ci
- run: cd sdk && npm test

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/
- run: cd sdk && npm version ${GITHUB_REF:10}
- run: cd sdk && npm ci
Expand Down

0 comments on commit 7a8a932

Please sign in to comment.