feat: update action runtime to node 16

This commit is contained in:
Sibiraj 2022-02-27 08:29:24 +05:30
parent e5b1abe130
commit 86a3a4b8e2
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/setup-python@v2
with:
python-version: '3.x'