Skip to content

Commit

Permalink
lock node on version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
janthoXO committed Nov 12, 2024
1 parent 3f807e9 commit ae58bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: latest
node-version: 20

- name: Install CI
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: latest
node-version: 20
cache: "npm"
registry-url: "https://npm.pkg.github.com"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: latest
node-version: 20
cache: "npm"
registry-url: "https://npm.pkg.github.com"

Expand Down

0 comments on commit ae58bfa

Please sign in to comment.