We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3570cf3 commit 18af0ebCopy full SHA for 18af0eb
1 file changed
.github/workflows/laravel.yml
@@ -40,11 +40,11 @@ jobs:
40
- name: Setup Node
41
uses: actions/setup-node@v2
42
with:
43
- node-version: '14'
+ node-version: '16'
44
- name: Install Yarn
45
run: npm install -g yarn
46
- name: Cache yarn dependencies
47
- uses: actions/cache@v2
+ uses: actions/cache@v3
48
49
path: node_modules
50
key: yarn-${{ hashFiles('yarn.lock') }}
0 commit comments