Skip to content

Commit 65a9d44

Browse files
authored
3.1.0 - updates (#56)
* updates * docs * add zaf sdk js * npm build * update workflow * trying to update package lock again
1 parent 8ee1620 commit 65a9d44

8 files changed

+8185
-20786
lines changed

.github/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.0
2+
- Node 20
3+
- Dependabot
4+
- Package updates
5+
16
## 3.0.1
27

38
Bumping the version in the manifest to match our `package.json` version. Also rolling in some dependabot updates.

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When making a pull request, be sure the merging repo is `ibotta/url_builder_app`
2424

2525
## Setup
2626

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

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

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18]
16+
node-version: [20]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.15.0
1+
v20.17.0

0 commit comments

Comments
 (0)