Skip to content

Commit

Permalink
Use node 18 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 14, 2023
1 parent 8bf5983 commit d8aa3c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm ci
- run: npm run lint
- run: npm test
Expand All @@ -28,6 +30,7 @@ jobs:
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
node-version: '18'
- run: npm ci
- run: npx lerna publish from-package --yes
env:
Expand Down

0 comments on commit d8aa3c9

Please sign in to comment.