Skip to content

Commit

Permalink
Merge pull request #99 from ibm-cloud-security/abod-akhras-patch-2
Browse files Browse the repository at this point in the history
Update dry-publish.js to use Node v20
  • Loading branch information
abod-akhras authored Feb 23, 2024
2 parents 508275f + 4dcc2e1 commit b536523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dry-publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b536523

Please sign in to comment.