Skip to content

Commit 43abc80

Browse files
committed
build(workflow): Update validate workflow to use node 16
1 parent 57779cf commit 43abc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111

1212
jobs:
1313
validate:
14-
name: Validate Using Node 14
14+
name: Validate Using Node 16
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
1818

1919
- name: Run Lint and Typecheck
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 14
22+
node-version: 16
2323
cache: yarn
2424

2525
- run: yarn

0 commit comments

Comments
 (0)