Skip to content

Commit

Permalink
chore: update node version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarleonnogales committed Aug 24, 2023
1 parent af36f63 commit 340b372
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm install
- run: npm test

0 comments on commit 340b372

Please sign in to comment.