Skip to content

Commit

Permalink
Merge pull request #296 from ibm-cloud-security/development
Browse files Browse the repository at this point in the history
Upgrade node to version 18 for the Github workflow jobs
  • Loading branch information
abod-akhras authored Jan 31, 2023
2 parents dcf3086 + e9a271d commit 7be2d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: [18.x]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 7be2d61

Please sign in to comment.