Skip to content

Commit

Permalink
chore(ses): Advance lowest supported Node.js compatibility test from …
Browse files Browse the repository at this point in the history
…10 to 12
  • Loading branch information
kriskowal committed Oct 1, 2022
1 parent 4aa7507 commit 44f9480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ jobs:
- name: 'build'
run: yarn run build

- name: 'switch to node v10'
- name: 'switch to node v12'
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: Echo node version
run: node --version
Expand Down

0 comments on commit 44f9480

Please sign in to comment.