Skip to content

Commit 83fec29

Browse files
wa0x6eChaituVR
andauthored
chore: run CI tests on more node versions (#911)
* chore: run CI tests on more node versions * chore: typo fix * chore: fix deprecated workflows * Update .github/workflows/test.yml Co-authored-by: Chaitanya <[email protected]> --------- Co-authored-by: Chaitanya <[email protected]>
1 parent 6f5254d commit 83fec29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [14.x]
11+
node-version: ['14', '20']
1212

1313
steps:
14-
- uses: actions/checkout@v2.3.4
14+
- uses: actions/checkout@v3
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: yarn install, build and run tests

0 commit comments

Comments
 (0)