Skip to content

Commit

Permalink
update node & regenreate lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty committed May 14, 2024
1 parent b69b4cf commit 8ddee8b
Show file tree
Hide file tree
Showing 5 changed files with 933 additions and 1,377 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.2.0'
node-version: '20.12.0'
- run: npm install
- run: npm run build
- run: npm run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.2.0'
node-version: '20.12.0'
registry-url: 'https://npm.pkg.github.com'
scope: '@bitpatty'
- run: npm install
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.2.0'
node-version: '20.12.0'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.2.0
v20.12.0
Loading

0 comments on commit 8ddee8b

Please sign in to comment.