Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 22d6fe0

Browse files
authored
try a different node version to fix publishing (#449)
1 parent 083c1a2 commit 22d6fe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/release-or-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 12.x
19+
- name: Setup Node.js 18.x
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 16.x
22+
node-version: "14"
2323

2424
- name: Install Dependencies
2525
run: npm ci

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)