Skip to content

Commit

Permalink
Node bump for lint pipeline (#4456)
Browse files Browse the repository at this point in the history
- rollup doesn't support node 14 anymore
  • Loading branch information
rathboma authored Apr 28, 2024
1 parent 44613d2 commit d54a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: npm ci

0 comments on commit d54a8be

Please sign in to comment.