Skip to content

Commit

Permalink
Update npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellatman committed Nov 27, 2024
1 parent cb01a8f commit 894e48c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm install
run: npm ci

- name: Build project
run: npm run build

- name: Add package-lock.json to gitignore
run: echo "package-lock.json" >> .gitignore

- name: Configure Git
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 894e48c

Please sign in to comment.