Skip to content

Commit

Permalink
Use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Nov 17, 2023
1 parent 40973db commit 96371d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ibmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://npm.pkg.github.com/

- run: npm i -g @ibm/ibmi-ci --registry=https://npm.pkg.github.com/
- run: npm i -g @ibm/ibmi-ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 96371d3

Please sign in to comment.