Skip to content

Commit

Permalink
upgrade node version in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Oct 17, 2023
1 parent 98080a3 commit bba391a
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 @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- name: Install Yarn
run: npm install -g yarn
- name: Install deps
Expand Down

0 comments on commit bba391a

Please sign in to comment.