Merge pull request #1018 from nunocoracao/dependabot/github_actions/dev/actions/setup-node-4

👷 Bump actions/setup-node from 3 to 4
This commit is contained in:
Nuno Coração 2023-10-27 21:35:32 +01:00 committed by GitHub
commit be6c9ed5cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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