Skip to content

Commit f8ac12a

Browse files
committed
ci: use v16
1 parent 3998345 commit f8ac12a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Serverless SSR
1+
name: Deploy
22

33
on:
44
push:
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@master
14+
- name: Setup Node.js 16.x
15+
uses: actions/setup-node@v2
16+
with:
17+
node-version: '16.x'
1418
- name: Get yarn cache
1519
id: yarn-cache
1620
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)