Skip to content

Commit aa5ecf4

Browse files
committed
runs-on: takes a string, not an array
1 parent 5950cad commit aa5ecf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ jobs:
100100
with:
101101
file: ./coverage.info
102102
linter:
103-
runs-on: [ubuntu-latest]
103+
runs-on: ubuntu-latest
104104
steps:
105105
- uses: actions/checkout@v3
106106
- name: Use Node.js LTS
107107
uses: actions/setup-node@v3
108108
with:
109-
node-version: 12.x
109+
node-version: 18.x
110110
- name: npm install, build, and test
111111
run: |
112112
sudo apt-get -qq update

0 commit comments

Comments
 (0)