Skip to content

Commit

Permalink
feat: node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 26, 2024
1 parent 2344d7a commit 7f2cfee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
with:
submodules: true
lfs: false

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.x

- name: Build And Deploy
env:
NEXT_PUBLIC_CLIENT_ID: ${{ secrets.NEXT_PUBLIC_CLIENT_ID }}
Expand Down

0 comments on commit 7f2cfee

Please sign in to comment.