Skip to content

Commit

Permalink
Update NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
cesalberca committed May 3, 2024
1 parent bcc9a03 commit 12ef003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.12.1'
node-version: '20.9.0'
- name: install
run: npm ci --legacy-peer-deps
- name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '18.12.1'
node-version: '20.9.0'
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 12ef003

Please sign in to comment.