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 da3ed4e commit cb2e9ceCopy full SHA for cb2e9ce
.github/workflows/build.yml
@@ -6,8 +6,8 @@ jobs:
6
build:
7
runs-on: macos-latest
8
steps:
9
- - uses: actions/checkout@v3
10
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
11
with:
12
node-version: 20
13
- run: npm ci
.github/workflows/npm-publish.yml
@@ -17,16 +17,16 @@ on:
17
default: true
18
required: true
19
jobs:
20
- build:
21
- uses: ./.github/workflows/build.yml
+ # build:
+ # uses: ./.github/workflows/build.yml
22
23
publish-npm:
24
- needs: build
+ # needs: build
25
26
27
- uses: actions/checkout@v4
28
29
- ref: github-workflows
+ # ref: github-workflows
30
fetch-depth: 0
31
fetch-tags: true
32
- uses: actions/setup-node@v4
0 commit comments