Skip to content

Commit

Permalink
chore: remove node14
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Sep 17, 2023
1 parent 534165d commit fbab2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:

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

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install npm (node14)
- name: Install npm
run: npm install -g npm@latest

- name: Install dependencies
Expand Down

0 comments on commit fbab2ca

Please sign in to comment.