Skip to content

Commit

Permalink
setup-node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Sep 9, 2024
1 parent 9ae9328 commit 75df5f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
uses: actions/setup-node@v4

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 75df5f8

Please sign in to comment.