Skip to content

Commit

Permalink
Bump node version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
athoscouto committed Mar 28, 2024
1 parent 30d8eb8 commit ef3e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Setup Node.js"
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
- name: "Install npm dependencies"
run: "npm ci"
Expand Down

0 comments on commit ef3e4d7

Please sign in to comment.