Skip to content

Commit b9bc089

Browse files
chore(deps): update non-major
1 parent 269de7f commit b9bc089

File tree

3 files changed

+225
-199
lines changed

3 files changed

+225
-199
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.x
17+
node-version: 16.20.2
1818
- run: npm ci
1919
- run: npm test
2020
release:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 16.x
30+
node-version: 16.20.2
3131
- run: npm ci
3232
- run: npx semantic-release
3333
env:

0 commit comments

Comments
 (0)