Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 4c4df3d

Browse files
committed
Downgrade build workflow Node.js version to 16.14.2
1 parent c7543ad commit 4c4df3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: '16.15.0'
24+
node-version: '16.14.2'
2525

2626
- name: Install dependencies
2727
run: npm install

0 commit comments

Comments
 (0)