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.
1 parent 20a194c commit aa80c8aCopy full SHA for aa80c8a
.github/workflows/build-and-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
19
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
with:
21
- node-version: "v22.14.0"
+ node-version: "22.16.0"
22
registry-url: 'https://registry.npmjs.org'
23
- name: Install dependencies (Cache hit will skip actual installation)
24
run: |
.nvmrc
@@ -1 +1 @@
1
-v22.14.0
+22.16.0
0 commit comments