Skip to content

Commit

Permalink
Use Node 18 for CDN publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiatek committed Nov 29, 2023
1 parent 9cc7eb5 commit ef98853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_SDK }}:role/${{ github.event.inputs.role-to-assume }}
aws-region: us-east-1
- name: Use Node.js 14.x
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18
- name: Install dependencies and build
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ef98853

Please sign in to comment.