Skip to content

Commit

Permalink
fix(npm-publish.yml): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
aman162000 committed Sep 11, 2023
1 parent 571f7fe commit 32df2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 32df2dd

Please sign in to comment.