Skip to content

Commit

Permalink
Update node-version for GitHub Build and Deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Jan 22, 2024
1 parent d3526f3 commit e329c5c
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 @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 12.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18.x

- name: install
run: npm install
Expand Down

0 comments on commit e329c5c

Please sign in to comment.