We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609c323 commit bffe15eCopy full SHA for bffe15e
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v1
13
- uses: actions/setup-node@v1
14
with:
15
- node-version: 14.x
+ node-version: 16.x
16
cache: npm
17
- name: Build website
18
working-directory: website
.github/workflows/test-deploy.yml
- name: Test build
0 commit comments