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

Commit c7543ad

Browse files
committed
Upgrade build workflow Node.js version to 16.15.0
1 parent 97c4a44 commit c7543ad

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: '15.14.0'
24+
node-version: '16.15.0'
2525

2626
- name: Install dependencies
2727
run: npm install

0 commit comments

Comments
 (0)