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

👷 Bump actions/setup-node from 3 to 4
This commit is contained in:
James Panther
2023-10-29 09:25:22 +11:00
committed by GitHub

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 build
- name: Commit CSS changes