Skip to content

Commit

Permalink
20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twastvedt committed Jan 11, 2024
1 parent dbb10f4 commit 276e548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/vue-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '20.2'
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
env:
UV_USE_IO_URING: 0
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 276e548

Please sign in to comment.