Skip to content

Commit

Permalink
fix: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Jan 18, 2024
1 parent c596e98 commit cc9fe88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gatsby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present

0 comments on commit cc9fe88

Please sign in to comment.