Skip to content

Commit 53cbbf7

Browse files
committed
update ci node version
1 parent 3aa4dfa commit 53cbbf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

.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: '18.16.0'
20+
node-version: '20.9.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: '18.16.0'
39+
node-version: '20.9.0'
4040
registry-url: 'https://registry.npmjs.org'
4141
- run: npm install
4242
- run: npm run build

0 commit comments

Comments
 (0)