Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit e356c33

Browse files
committed
1 parent d31706b commit e356c33

File tree

3 files changed

+8073
-1439
lines changed

3 files changed

+8073
-1439
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: "14.x"
20+
node-version: "15.x"
2121
- name: Authenticate with NPM registry
2222
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
2323
- name: Keep npm cache around to speed up installs

0 commit comments

Comments
 (0)