Skip to content

Commit

Permalink
Merge pull request #37 from sitegeist/task/pin-ci-to-use-node-16
Browse files Browse the repository at this point in the history
TASK: Pin CI to use Node 16
  • Loading branch information
mhsdesign authored Mar 20, 2023
2 parents a55617e + 9d42739 commit a003751
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install node modules
run: yarn
- name: Bootstrap Lerna
Expand Down

0 comments on commit a003751

Please sign in to comment.