Skip to content

Commit

Permalink
Merge pull request #170 from carbonplan/katamartin/bump-node-version
Browse files Browse the repository at this point in the history
Bump node versions
  • Loading branch information
katamartin authored Dec 13, 2024
2 parents f372736 + d30a50b commit b90aec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
- name: Set up Node.js 12.x
- name: Set up Node.js 18.x
uses: actions/[email protected]
with:
node-version: 12.x
node-version: 18.x
- run: npm install
- name: Run ESLint
run: npm run lint

0 comments on commit b90aec2

Please sign in to comment.