Skip to content

Commit

Permalink
update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
aewering committed Dec 17, 2023
1 parent 6eb6bb1 commit 7aa4d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x
cache: "npm"
registry-url: https://registry.npmjs.org
- uses: justgook/setup-elm@1.2.0
Expand Down

0 comments on commit 7aa4d1e

Please sign in to comment.