Skip to content

Commit

Permalink
node version update
Browse files Browse the repository at this point in the history
  • Loading branch information
SureshPradhana committed Apr 6, 2024
1 parent 792e514 commit 5c18cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -46,4 +46,4 @@ jobs:
uses: denoland/deployctl@v1
with:
project: <YOUR PROJECT NAME> # Replace with your project name
entrypoint: 'build/index.js'
entrypoint: 'build/index.js'

0 comments on commit 5c18cea

Please sign in to comment.