Skip to content

Commit 5e8d45a

Browse files
authored
Fix CI: upgrade to Node 18, pin eslint-plugin-github to 4.3.2, add eslint-plugin-import as direct dep
1 parent 2f05276 commit 5e8d45a

4 files changed

Lines changed: 704 additions & 1111 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Use Node.js 14.x
11+
- name: Use Node.js 18.x
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 14.x
14+
node-version: 18.x
1515
- name: npm install, build, and test
1616
run: |
1717
npm install

0 commit comments

Comments
 (0)