Skip to content

Commit

Permalink
Downgrade to node 16 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 14, 2023
1 parent d8aa3c9 commit 22b41a6
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '16'
- run: npm ci
- run: npm run lint
- run: npm test
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
node-version: '18'
node-version: '16'
- run: npm ci
- run: npx lerna publish from-package --yes
env:
Expand Down

0 comments on commit 22b41a6

Please sign in to comment.