Skip to content

Commit

Permalink
Build & Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Aug 25, 2023
1 parent a209998 commit cf84b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: yarn
- name: Restore cache
uses: actions/cache@v3
with:
path: |
dist
.nuxt
.output
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
restore-keys: |
${{ runner.os }}-nuxt-build-
Expand Down

0 comments on commit cf84b9d

Please sign in to comment.