mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 08:15:53 +08:00
chore: update frontend workflow
This commit is contained in:
parent
bfb82fca4b
commit
356f97641e
4
.github/workflows/REUSABLE_frontend.yml
vendored
4
.github/workflows/REUSABLE_frontend.yml
vendored
|
@ -116,10 +116,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ inputs.node_version }}
|
||||
cache: ${{ inputs.js_package_manager }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user