Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Dec 20, 2022
1 parent 0801360 commit 02c5f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: '16'
cache: 'npm'
- name: prepare local copy of SES
run: |
Expand Down

0 comments on commit 02c5f46

Please sign in to comment.