Skip to content

Commit

Permalink
fix: depend on Node 18 rather than Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Aug 22, 2024
1 parent 2b799f8 commit fc32323
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,19 @@ jobs:
- name: 'build'
run: yarn run build

# fails under Node v12
# fails under Node v17
- run: corepack disable

- name: 'switch to node v12'
- name: 'switch to node v18'
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '18.x'

- name: Echo node version
run: node --version

- name: Run test:platform-compatibility
# npm b/c Yarn 4 doesn't work in Node 12
# npm b/c Yarn 4 doesn't work in Node 18
run: cd packages/ses && npm run test:platform-compatibility

viable-release:
Expand Down

0 comments on commit fc32323

Please sign in to comment.