Skip to content

Commit

Permalink
Update node version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bacher09 committed Nov 25, 2023
1 parent b9734e6 commit e7cafc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node 14
- name: Setup node 18
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: npm
- name: Node checks
run: |
Expand Down

0 comments on commit e7cafc2

Please sign in to comment.