Skip to content

Commit 814651f

Browse files
committed
fix: pin Node to 22.22.1
1 parent ad6ce08 commit 814651f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish-bare-resource-fetcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 22
41+
node-version: 22.22.1
4242
cache: 'yarn'
4343
registry-url: https://registry.npmjs.org/
4444

.github/workflows/npm-publish-expo-resource-fetcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 22
41+
node-version: 22.22.1
4242
cache: 'yarn'
4343
registry-url: https://registry.npmjs.org/
4444

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 22
41+
node-version: 22.22.1
4242
cache: 'yarn'
4343
registry-url: https://registry.npmjs.org/
4444

0 commit comments

Comments
 (0)