1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-07-23 22:55:28 +00:00

chore: pipeline for oidc

This commit is contained in:
Allan Bowe
2026-06-18 13:55:06 +00:00
parent c0289583d5
commit fa67b5b447
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
node-version: [22]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
@@ -29,7 +29,7 @@ jobs:
# 2. Restore npm cache manually
- name: Restore npm cache
uses: actions/cache@v3
uses: actions/cache@v4
id: npm-cache
with:
path: ~/.npm
@@ -50,7 +50,7 @@ jobs:
run: npm run publishInit
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true