Skip to content

Commit

Permalink
chore(deps): formkit-primevue 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Apr 10, 2023
1 parent 77efcf7 commit 1f0b1b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2
with:
version: 6.16.1
version: latest

- name: Set node version to 16
uses: actions/setup-node@v2
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit 1f0b1b9

Please sign in to comment.