We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bbee2 commit 3d21739Copy full SHA for 3d21739
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Use Node.js 18
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 18
+ node-version: 20
20
- name: npm install, lint, build, and test
21
run: |
22
yarn install --immutable
@@ -47,8 +47,6 @@ jobs:
47
48
- name: Release
49
env:
50
- GITHUB_TOKEN: $\{{ secrets.GITHUB_TOKEN }}
51
- NPM_TOKEN: $\{{ secrets.SESAMECARE_OSS_NPM_TOKEN }}
52
- run: |
53
- yarn dlx semantic-release
54
-
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: yarn dlx semantic-release
0 commit comments