Skip to content

Commit

Permalink
revert back to version 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Sep 26, 2024
1 parent 577c700 commit 20fa58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20
- run: npm ci
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20
- run: npm ci
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit 20fa58d

Please sign in to comment.