Skip to content

Commit

Permalink
github: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Apr 19, 2024
1 parent 916cd75 commit 8644c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- 14.x
- 16.x
- 18.x
- 20.x
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -20,7 +21,7 @@ jobs:
# https://pnpm.io/continuous-integration
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8644c9e

Please sign in to comment.