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.
2 parents 1000acb + 985d30c commit ba9641dCopy full SHA for ba9641d
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v5
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
13
with:
14
node-version: '14'
15
- run: npm install -g standard
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Run browser tests
0 commit comments