Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-on-merge-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Setup node environment
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
Comment on lines 64 to +67

# Bump version to the next prerelease (patch) with rc suffix
- name: Suggest the new version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-a-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
# Checkout to target branch
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# Setup node environment
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
Comment on lines 70 to +73

# Prepare, build and publish project
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Setup node environment
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
Comment on lines 22 to 26

# Prepare, build and publish project
Expand Down
Loading