Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed May 29, 2024
1 parent 60614f3 commit 48966db
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 @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.14.0
cache: "npm"
- name: Cache Node modules
uses: actions/cache@v3
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.14.0
cache: "npm"
- name: Cache Node modules
uses: actions/cache@v3
Expand Down

0 comments on commit 48966db

Please sign in to comment.