Skip to content

Commit

Permalink
3.1.0 - updates (#56)
Browse files Browse the repository at this point in the history
* updates

* docs

* add zaf sdk js

* npm build

* update workflow

* trying to update package lock again
  • Loading branch information
physik932 authored Nov 5, 2024
1 parent 8ee1620 commit 65a9d44
Show file tree
Hide file tree
Showing 8 changed files with 8,185 additions and 20,786 deletions.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.1.0
- Node 20
- Dependabot
- Package updates

## 3.0.1

Bumping the version in the manifest to match our `package.json` version. Also rolling in some dependabot updates.
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When making a pull request, be sure the merging repo is `ibotta/url_builder_app`

## Setup

The app is configured to use [Node 18](https://nodejs.org/en/download). We install node using [asdf-vm](https://asdf-vm.com/).
The app is configured to use [Node](https://nodejs.org/en/download). We install node using [mise](https://mise.jdx.dev/).

Once you are setup with Node, you can run `npm install` to get the dependencies ready.

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.15.0
v20.17.0
Loading

0 comments on commit 65a9d44

Please sign in to comment.