Skip to content

Commit

Permalink
use node 22 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 11, 2024
1 parent 9b89f8f commit 8a7ee73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node: ["21.x"]
node: ["22.x"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
cd demo/vue-app-new
npm install
npm run build
env:
env:
VITE_SOLANA_MAINNET_RPC: ${{ secrets.VITE_SOLANA_MAINNET_RPC }}
VITE_APP_PIMLICO_API_KEY: ${{ secrets.PIMLICO_API_KEY }}

Expand Down

0 comments on commit 8a7ee73

Please sign in to comment.