Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Silvestrovič <[email protected]>
  • Loading branch information
bring-shrubbery authored Oct 26, 2024
1 parent 3f95439 commit 29b0727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [18.x, 20.x]
node-version: [22.x]

steps:
- name: Check out code
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8.10.0
version: 9

- name: Setup Node.js environment
uses: actions/setup-node@v2
Expand Down

0 comments on commit 29b0727

Please sign in to comment.