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 1000acb commit 985d30cCopy full SHA for 985d30c
.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