Skip to content

Commit

Permalink
Pkg - Edit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Dec 9, 2023
1 parent f0faeb6 commit c52cfb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19.x'
node-version: 20
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests

on:
pull_request:
push:
branches:
- '*'
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down

0 comments on commit c52cfb8

Please sign in to comment.