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 ba9641d + a1be4b2 commit be69400Copy full SHA for be69400
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v5
12
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
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