Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Don't run the tests anymore on Node 12
  • Loading branch information
arcanis committed Mar 8, 2022
commit 994ef1fcf3d8e67f3d94841c75c0a6c117bb865d
9 changes: 4 additions & 5 deletions .github/workflows/integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- run: |
git fetch --no-tags --unshallow origin HEAD master

- name: 'Use Node.js 12.x'
- name: 'Use Node.js 16.x'
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 16.x

- name: 'Check that the Yarn files don''t change on new installs (fix w/ "yarn install")'
run: |
Expand Down Expand Up @@ -146,10 +146,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: 'Use Node.js 14.x'
- name: 'Use Node.js 16.x'
uses: actions/setup-node@master
with:
node-version: 14.x
node-version: 16.x

- name: 'Build bundle & plugins'
run: |
Expand Down Expand Up @@ -190,7 +190,6 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
- 16
- 17
Expand Down