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 fe99e9b + aa80c8a commit b38fae1Copy full SHA for b38fae1
.github/workflows/build-and-publish.yml
@@ -19,10 +19,10 @@ jobs:
19
steps:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
22
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
23
with:
24
- node-version: "v22.14.0"
25
- registry-url: "https://registry.npmjs.org"
+ node-version: "22.16.0"
+ registry-url: 'https://registry.npmjs.org'
26
- name: Install dependencies (Cache hit will skip actual installation)
27
run: |
28
bun install --frozen-lockfile
.nvmrc
@@ -1 +1 @@
1
-v22.14.0
+22.16.0
0 commit comments