Skip to content

Commit b84e25b

Browse files
committed
ci: change node version
1 parent 60d6d31 commit b84e25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 14
1515
cache: 'npm'
1616

1717
- name: Build

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v2.4.1
1717
with:
18-
node-version: 16.x
18+
node-version: 14.x
1919
- name: Lint
2020
run: |
2121
npm install

0 commit comments

Comments
 (0)