Skip to content

Commit

Permalink
chore: Update Node.js version to 16 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Oct 23, 2024
1 parent f2d43e7 commit 2e832af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install
run: npm install
- name: Build
Expand Down

0 comments on commit 2e832af

Please sign in to comment.