Skip to content

Commit 98f04f6

Browse files
chore(deps): update dependency node to v22.22.2
1 parent c3f8737 commit 98f04f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/action-setup@v4
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: '22'
17+
node-version: '22.22.2'
1818
- run: pnpm install --frozen-lockfile
1919
- name: Prepack
2020
run: pnpm prepack

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: '22'
20+
node-version: '22.22.2'
2121
- run: npm install -g npm@latest
2222
- run: pnpm install --frozen-lockfile
2323
- name: Publish to NPM

0 commit comments

Comments
 (0)