Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
🔧 update GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Ciruzzi committed May 8, 2021
1 parent ae22761 commit 0437a76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Expand Up @@ -8,15 +8,15 @@ jobs:
- name: Use Checkout 2
uses: actions/checkout@v2

- name: Use Node.js 15
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 16.x

- name: Use pnpm 5
uses: pnpm/action-setup@v1.2.1
- name: Use pnpm 6
uses: pnpm/action-setup@v2
with:
version: 5.10.1
version: 6.x
run_install: true

- name: Run tests
Expand Down

0 comments on commit 0437a76

Please sign in to comment.