Skip to content

Commit

Permalink
Merge pull request #98 from ibm-cloud-security/abod-akhras-patch-1
Browse files Browse the repository at this point in the history
Update dry-publish.js to use Node v16
  • Loading branch information
abod-akhras authored Feb 23, 2024
2 parents dbb3852 + 113412a commit 508275f
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: [14.x]
node-version: [16.x]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 508275f

Please sign in to comment.