We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c8baa commit 3002164Copy full SHA for 3002164
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
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