Skip to content

Commit

Permalink
update node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 6, 2024
1 parent 9769a85 commit 8dae950
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 @@ -22,7 +22,7 @@ jobs:
ref: 'master'
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'
- name: npm install
run: |
cd flow-library
Expand Down

0 comments on commit 8dae950

Please sign in to comment.