Skip to content

Commit

Permalink
chore(gh): bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewis84 committed Jan 24, 2024
1 parent ad109db commit 3cedd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '14' # Specify your Node.js version
node-version: '16'

- name: Install Dependencies
run: cd web-embeds && yarn install
Expand Down

0 comments on commit 3cedd2f

Please sign in to comment.