Skip to content

Commit

Permalink
chore: update workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat committed Jan 29, 2024
1 parent 946fc72 commit a3937bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup and Install Node.Js
uses: actions/[email protected]
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a3937bb

Please sign in to comment.