Skip to content

Commit 9bc6d02

Browse files
author
Hamza Ahmad
committed
workflow configuration updated according to latest updates
1 parent 6537112 commit 9bc6d02

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: [14.x, 16.x]
14+
node-version: [16.x, 18.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: [14.x, 16.x]
28+
node-version: [16.x, 18.x]
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)