Skip to content

Commit

Permalink
chore: going back to rpev v
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Oct 30, 2023
1 parent 7af62dc commit d8cb136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_npm_modules.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: 20.9.0
node-version: 18.12.1
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 20.9.0
node-version: 18.12.1
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 20.9.0 # vscode (electron) uses this so we want to make the tests use a comparable environment
node-version: 16.14.2 # vscode (electron) uses this so we want to make the tests use a comparable environment
- uses: pnpm/action-setup@v2
with:
version: 8.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_npm_packages_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 20.9.0
node-version: 18.12.1
token: ${{ secrets.NPM_TOKEN }}
- name: Adding `${{ inputs.publishTag }}` tag to ${{ matrix.package }}@${{ inputs.version }}
run: npm dist-tag add @teamkeel/${{ matrix.package }}@${{ inputs.version }} ${{ inputs.publishTag }}
Expand Down

0 comments on commit d8cb136

Please sign in to comment.