Skip to content

Commit bffe15e

Browse files
committed
Update node versions in GHA.
1 parent 609c323 commit bffe15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 14.x
15+
node-version: 16.x
1616
cache: npm
1717
- name: Build website
1818
working-directory: website

.github/workflows/test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 14.x
15+
node-version: 16.x
1616
cache: npm
1717
- name: Test build
1818
working-directory: website

0 commit comments

Comments
 (0)