Skip to content

Commit

Permalink
updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
4rjunc committed Mar 13, 2024
1 parent 0ed5fdf commit 81a258c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ on:
- main
#Allow repo secrets
env:
VITE_SECRET: ${{ secrets.VITE_SECRET }}
VITE_SECRET: ${{ secrets.VITE_SECRET }}

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: "20"

- name: Install Dependencies
run: yarn
Expand All @@ -32,8 +32,8 @@ jobs:
- name: Archive Build
uses: montudor/action-zip@v1
with:
args: zip -r turtle.zip dist
args: zip -r turtle.zip dist/

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 81a258c

Please sign in to comment.