Skip to content

Commit 05981a3

Browse files
committed
chore: upgrade deps
1 parent 45f18d7 commit 05981a3

File tree

3 files changed

+4246
-3954
lines changed

3 files changed

+4246
-3954
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: End-to-end tests
22
on: [pull_request]
33
jobs:
44
cypress-run:
5-
runs-on: ubuntu-16.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v1
9-
- name: Use Node.js 12.x
10-
uses: actions/setup-node@v1
8+
uses: actions/checkout@v2
9+
- name: Use Node.js 14.x
10+
uses: actions/setup-node@v2
1111
with:
12-
node-version: 12.x
12+
node-version: 14.x
1313
- name: Cypress run
14-
uses: cypress-io/github-action@v1
14+
uses: cypress-io/github-action@v2
1515
env:
1616
CYPRESS_baseUrl: 'https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.app'
1717
with:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.16.3
1+
14

0 commit comments

Comments
 (0)