Skip to content

Commit

Permalink
chore: Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Jan 3, 2024
1 parent 9497345 commit 2ab77e8
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '16.x']
node: ['20.x']
os: [ubuntu-latest, macOS-latest]

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2ab77e8

Please sign in to comment.