We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7fe1a commit 93cb6b7Copy full SHA for 93cb6b7
1 file changed
.github/workflows/stage-1-commit.yaml
@@ -50,15 +50,11 @@ jobs:
50
steps:
51
- name: "Checkout code"
52
uses: actions/checkout@v5.0.0
53
- - name: Setup NodeJS
54
- uses: actions/setup-node@v4
+ - name: "Repo setup"
+ uses: ./.github/actions/node-install
55
with:
56
node-version: 22.15.0
57
- registry-url: "https://npm.pkg.github.com"
58
- - name: "Install dependencies"
59
- env:
60
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- run: npm ci
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- name: "Run provider contract tests"
63
run: make test-contract
64
env:
0 commit comments