We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9758c commit 3a15e42Copy full SHA for 3a15e42
3 files changed
.github/workflows/trunk-pull-request.yml
@@ -29,9 +29,10 @@ jobs:
29
${{ runner.os }}-composer-
30
31
- name: Setup node
32
- uses: actions/setup-node@v2-beta
+ uses: actions/setup-node@v3
33
with:
34
node-version: '16'
35
+ cache: 'npm'
36
37
- name: Versions
38
run: |
.github/workflows/trunk-push-test.yml
.github/workflows/trunk-release-tag.yml
@@ -30,9 +30,10 @@ jobs:
- name: PHP Syntax check
39
working-directory: ./
0 commit comments