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 45a3c28 commit c999a13Copy full SHA for c999a13
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
11
- name: Setup node
12
uses: actions/setup-node@v3
@@ -46,7 +46,7 @@ jobs:
46
os: [ubuntu-latest, macos-latest, windows-latest]
47
fail-fast: false
48
49
50
51
52
@@ -96,7 +96,7 @@ jobs:
96
needs: [build, test]
97
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
98
99
100
101
102
0 commit comments