Skip to content

Commit

Permalink
fix(tests): update workflow to use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed May 13, 2023
1 parent 7d2f13d commit afa4bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 12.8
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install
- name: Lint and Test
Expand Down

0 comments on commit afa4bb5

Please sign in to comment.