Skip to content

Commit

Permalink
Update GitHub CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 24, 2025
1 parent 1ded64e commit 7cdd247
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23.x
- run: yarn install
- run: yarn reset
- run: yarn compile
- run: yarn install
- run: yarn test
env:
RINGCENTRAL_SERVER_URL: ${{ secrets.RINGCENTRAL_SERVER_URL }}
Expand Down

0 comments on commit 7cdd247

Please sign in to comment.