Skip to content

Commit

Permalink
chore(ci): update GitHub action file
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed May 10, 2024
1 parent 7a01ce5 commit bd844b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16', '18']
node: ['20']
os: [ubuntu-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Install PNPM
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit bd844b6

Please sign in to comment.