Skip to content

Commit

Permalink
Merge pull request #271 from heroku/mble-sfdc-upgrade-babel
Browse files Browse the repository at this point in the history
maint: upgrade babel + deps, actions
  • Loading branch information
mble-sfdc committed May 21, 2024
2 parents 9c770b9 + c41394a commit b457996
Show file tree
Hide file tree
Showing 4 changed files with 4,252 additions and 4,776 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
ts-version: ['3.9', '4.1', '5.0']
react-version: ['16']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm ci

- name: Install TypeScript ${{ matrix.ts-version }}
run: npm install typescript@${{ matrix.ts-version }}

- name: Install React ${{ matrix.react-version }}
run: npm install react@${{ matrix.react-version }}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ npm-debug.log
dist
lib
coverage
.nyc_output
Loading

0 comments on commit b457996

Please sign in to comment.