Skip to content

Commit 8eb27de

Browse files
committed
chore: upgrade node version
1 parent 5f0c650 commit 8eb27de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
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: 14
14+
node-version: '16.x'
1515
- run: npm ci
1616
- run: npm run lint
1717
- run: npm run test
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-node@v3
2525
with:
26-
node-version: 14
26+
node-version: '16.x'
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm ci
2929
- run: npm publish
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: 14
43+
node-version: '16.x'
4444
registry-url: https://npm.pkg.github.com/
4545
- run: npm ci
4646
- run: npm publish

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '14.x'
13+
node-version: '16.x'
1414
- run: npm install
1515
- run: npm run lint
1616
- run: npm run test

0 commit comments

Comments
 (0)