Skip to content

Commit

Permalink
fix: Update setup-node task version
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Oct 5, 2023
1 parent 09d9a36 commit 3ab31b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, latest]
node-version: [18.x, 20.x, latest]

steps:
- name: Checkout code
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
- name: Install Dependencies
run: npm install
- name: Run Semantic Release
Expand Down

0 comments on commit 3ab31b0

Please sign in to comment.