Skip to content

Commit 52c7824

Browse files
author
Hamza Ahmad
committed
updated nodejs version in workflows
1 parent 75ff207 commit 52c7824

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on_pr_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x]
14+
node-version: [14.x, 16.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
node-version: [12.x, 14.x]
28+
node-version: [14.x, 16.x]
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)