🔀 Merge pull request #688 from jpanther/dependabot/github_actions/actions/setup-node-4

👷 Bump actions/setup-node from 3 to 4
pull/691/head
James Panther 2023-10-29 09:24:58 +11:00 committed by GitHub
commit bba8df99ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
with: with:
ref: "${{ github.head_ref }}" ref: "${{ github.head_ref }}"
- name: Install dependencies and Build Theme - name: Install dependencies and Build Theme
uses: actions/setup-node@v3 uses: actions/setup-node@v4
- run: npm install - run: npm install
- run: npm run assets - run: npm run assets
- name: Commit and push Chart.js changes - name: Commit and push Chart.js changes