Skip to content

Commit 18af0eb

Browse files
authored
node 16
1 parent 3570cf3 commit 18af0eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/laravel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v2
4242
with:
43-
node-version: '14'
43+
node-version: '16'
4444
- name: Install Yarn
4545
run: npm install -g yarn
4646
- name: Cache yarn dependencies
47-
uses: actions/cache@v2
47+
uses: actions/cache@v3
4848
with:
4949
path: node_modules
5050
key: yarn-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)