Skip to content

Commit

Permalink
fix: use nodejs-16 in CI (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Nov 10, 2022
1 parent f3a4858 commit 8b989d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 16
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present build
- run: npm run --if-present storybook:build
Expand All @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 16
- uses: ipfs/aegir/actions/cache-node-modules@master
- uses: ipfs/aegir/actions/docker-login@master
with:
Expand Down

0 comments on commit 8b989d0

Please sign in to comment.