Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Nov 27, 2023
1 parent d9fe55f commit 638f0bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: "14"
cache: "yarn"
node-version: "18"
cache: "npm"

- name: Install dependencies
run: yarn install
run: npm install

- name: Run linter
run: yarn lint
run: npm run lint

0 comments on commit 638f0bd

Please sign in to comment.