mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
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:
commit
be6c9ed5cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue