Skip to content

Commit

Permalink
updated node version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Dec 17, 2024
1 parent 26502d3 commit c8df88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.X
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "22.12.0"
cache: 'npm'
cache-dependency-path: 'frontend/package-lock.json'
- run: npm install
Expand Down

0 comments on commit c8df88c

Please sign in to comment.