Skip to content

Commit

Permalink
fix ci (codex-team#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc authored May 12, 2023
1 parent e6c265d commit 26dce94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/create-a-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
# Checkout to target branch
- uses: actions/checkout@v2
with:
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: 14.17.0
node-version: 16
registry-url: https://registry.npmjs.org/

# Prepare, build and publish project
Expand Down

0 comments on commit 26dce94

Please sign in to comment.