We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1050a5 + 81e5a36 commit 17ec54bCopy full SHA for 17ec54b
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Nodejs
13
uses: actions/setup-node@v4
14
with:
15
- node-version: '16'
+ node-version: '22'
16
registry-url: 'https://registry.npmjs.org'
17
- name: Install
18
run: yarn install --immutable
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hypothesis/frontend-build",
3
- "version": "3.0.0",
+ "version": "3.2.0",
4
"description": "Hypothesis frontend build scripts",
5
"type": "module",
6
"exports": "./index.js",
0 commit comments