Skip to content

Commit 17ec54b

Browse files
authored
Merge pull request #723 from hypothesis/version-update
Bump package to version 3.2.0
2 parents f1050a5 + 81e5a36 commit 17ec54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Nodejs
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: '16'
15+
node-version: '22'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install
1818
run: yarn install --immutable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypothesis/frontend-build",
3-
"version": "3.0.0",
3+
"version": "3.2.0",
44
"description": "Hypothesis frontend build scripts",
55
"type": "module",
66
"exports": "./index.js",

0 commit comments

Comments
 (0)