Skip to content

Commit

Permalink
fix(ci): use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
paolofacchinetti authored May 16, 2024
1 parent 2d57c87 commit 613059e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: |
cd packages/ketchup
Expand Down

0 comments on commit 613059e

Please sign in to comment.