Skip to content

Commit

Permalink
Merge pull request #45 from MarcellPerger1/update-node-version
Browse files Browse the repository at this point in the history
chore: Update CI to Node.js 18
  • Loading branch information
MarcellPerger1 authored Jun 7, 2024
2 parents 235f665 + fa09013 commit d011a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: ./package-lock.json
- name: Install pakages
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup nodejs
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: ./package-lock.json
- name: Install pacakges
Expand Down

0 comments on commit d011a5a

Please sign in to comment.