Skip to content

Commit

Permalink
Add npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 20, 2024
1 parent 14ca05d commit f1a1191
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ defaults:
run:
shell: bash

env:
node-version: 22

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,6 +23,12 @@ jobs:
- name: Checking out for ${{ github.ref }}
uses: actions/checkout@v2

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
cache: npm

# - name: Run npm ci --no-production
# env:
# NODE_ENV: production
Expand Down

0 comments on commit f1a1191

Please sign in to comment.