Skip to content

Commit

Permalink
build: Update Node.js version in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raphckrman committed Sep 6, 2024
1 parent 2fb198a commit ad5cfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 16
registry-url: 'https://registry.npmjs.org'

- name: Build
run: npm run build

Expand Down

0 comments on commit ad5cfa6

Please sign in to comment.