Skip to content

Commit

Permalink
Update build.yml, Upgrade node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrjouei authored Nov 14, 2024
1 parent 3f24891 commit e3f98dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: 'Install dependencies for library'
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit e3f98dc

Please sign in to comment.