Skip to content

Commit

Permalink
Update publish.yml: node 14.x -> 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
manishrc authored May 7, 2024
1 parent 3be0f2b commit b8f4a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: "npm"
node-version: "14.x"
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit b8f4a2c

Please sign in to comment.