Skip to content

Commit

Permalink
fix: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Apr 9, 2024
1 parent 987b664 commit c3b2384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- run: yarn install
- run: yarn test
prettier:
Expand All @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- run: yarn install
- run: yarn pretty:check

0 comments on commit c3b2384

Please sign in to comment.