Skip to content

Commit 8ddee8b

Browse files
committed
update node & regenreate lockfile
1 parent b69b4cf commit 8ddee8b

File tree

5 files changed

+933
-1377
lines changed

5 files changed

+933
-1377
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '20.2.0'
14+
node-version: '20.12.0'
1515
- run: npm install
1616
- run: npm run build
1717
- run: npm run test

.github/workflows/publish-npm-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '20.2.0'
20+
node-version: '20.12.0'
2121
registry-url: 'https://npm.pkg.github.com'
2222
scope: '@bitpatty'
2323
- run: npm install
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-node@v3
3838
with:
39-
node-version: '20.2.0'
39+
node-version: '20.12.0'
4040
registry-url: 'https://registry.npmjs.org'
4141
- run: npm install
4242
- run: npm run build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.2.0
1+
v20.12.0

0 commit comments

Comments
 (0)